001    /**
002     * Copyright (c) 2000-2012 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.bean.BeanReference;
022    import com.liferay.portal.kernel.bean.IdentifiableBean;
023    import com.liferay.portal.kernel.dao.jdbc.SqlUpdate;
024    import com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactoryUtil;
025    import com.liferay.portal.kernel.dao.orm.DynamicQuery;
026    import com.liferay.portal.kernel.exception.PortalException;
027    import com.liferay.portal.kernel.exception.SystemException;
028    import com.liferay.portal.kernel.log.Log;
029    import com.liferay.portal.kernel.log.LogFactoryUtil;
030    import com.liferay.portal.kernel.search.Indexer;
031    import com.liferay.portal.kernel.search.IndexerRegistryUtil;
032    import com.liferay.portal.kernel.search.SearchException;
033    import com.liferay.portal.kernel.util.OrderByComparator;
034    import com.liferay.portal.model.MembershipRequest;
035    import com.liferay.portal.model.PersistedModel;
036    import com.liferay.portal.service.AccountLocalService;
037    import com.liferay.portal.service.AccountService;
038    import com.liferay.portal.service.AddressLocalService;
039    import com.liferay.portal.service.AddressService;
040    import com.liferay.portal.service.BrowserTrackerLocalService;
041    import com.liferay.portal.service.CMISRepositoryLocalService;
042    import com.liferay.portal.service.ClassNameLocalService;
043    import com.liferay.portal.service.ClassNameService;
044    import com.liferay.portal.service.ClusterGroupLocalService;
045    import com.liferay.portal.service.CompanyLocalService;
046    import com.liferay.portal.service.CompanyService;
047    import com.liferay.portal.service.ContactLocalService;
048    import com.liferay.portal.service.ContactService;
049    import com.liferay.portal.service.CountryService;
050    import com.liferay.portal.service.EmailAddressLocalService;
051    import com.liferay.portal.service.EmailAddressService;
052    import com.liferay.portal.service.GroupLocalService;
053    import com.liferay.portal.service.GroupService;
054    import com.liferay.portal.service.ImageLocalService;
055    import com.liferay.portal.service.ImageService;
056    import com.liferay.portal.service.LayoutBranchLocalService;
057    import com.liferay.portal.service.LayoutBranchService;
058    import com.liferay.portal.service.LayoutLocalService;
059    import com.liferay.portal.service.LayoutPrototypeLocalService;
060    import com.liferay.portal.service.LayoutPrototypeService;
061    import com.liferay.portal.service.LayoutRevisionLocalService;
062    import com.liferay.portal.service.LayoutRevisionService;
063    import com.liferay.portal.service.LayoutService;
064    import com.liferay.portal.service.LayoutSetBranchLocalService;
065    import com.liferay.portal.service.LayoutSetBranchService;
066    import com.liferay.portal.service.LayoutSetLocalService;
067    import com.liferay.portal.service.LayoutSetPrototypeLocalService;
068    import com.liferay.portal.service.LayoutSetPrototypeService;
069    import com.liferay.portal.service.LayoutSetService;
070    import com.liferay.portal.service.LayoutTemplateLocalService;
071    import com.liferay.portal.service.ListTypeService;
072    import com.liferay.portal.service.LockLocalService;
073    import com.liferay.portal.service.MembershipRequestLocalService;
074    import com.liferay.portal.service.MembershipRequestService;
075    import com.liferay.portal.service.OrgLaborLocalService;
076    import com.liferay.portal.service.OrgLaborService;
077    import com.liferay.portal.service.OrganizationLocalService;
078    import com.liferay.portal.service.OrganizationService;
079    import com.liferay.portal.service.PasswordPolicyLocalService;
080    import com.liferay.portal.service.PasswordPolicyRelLocalService;
081    import com.liferay.portal.service.PasswordPolicyService;
082    import com.liferay.portal.service.PasswordTrackerLocalService;
083    import com.liferay.portal.service.PermissionLocalService;
084    import com.liferay.portal.service.PermissionService;
085    import com.liferay.portal.service.PersistedModelLocalServiceRegistry;
086    import com.liferay.portal.service.PhoneLocalService;
087    import com.liferay.portal.service.PhoneService;
088    import com.liferay.portal.service.PluginSettingLocalService;
089    import com.liferay.portal.service.PluginSettingService;
090    import com.liferay.portal.service.PortalLocalService;
091    import com.liferay.portal.service.PortalPreferencesLocalService;
092    import com.liferay.portal.service.PortalService;
093    import com.liferay.portal.service.PortletItemLocalService;
094    import com.liferay.portal.service.PortletLocalService;
095    import com.liferay.portal.service.PortletPreferencesLocalService;
096    import com.liferay.portal.service.PortletPreferencesService;
097    import com.liferay.portal.service.PortletService;
098    import com.liferay.portal.service.QuartzLocalService;
099    import com.liferay.portal.service.RegionService;
100    import com.liferay.portal.service.ReleaseLocalService;
101    import com.liferay.portal.service.RepositoryEntryLocalService;
102    import com.liferay.portal.service.RepositoryLocalService;
103    import com.liferay.portal.service.RepositoryService;
104    import com.liferay.portal.service.ResourceActionLocalService;
105    import com.liferay.portal.service.ResourceBlockLocalService;
106    import com.liferay.portal.service.ResourceBlockPermissionLocalService;
107    import com.liferay.portal.service.ResourceBlockService;
108    import com.liferay.portal.service.ResourceCodeLocalService;
109    import com.liferay.portal.service.ResourceLocalService;
110    import com.liferay.portal.service.ResourcePermissionLocalService;
111    import com.liferay.portal.service.ResourcePermissionService;
112    import com.liferay.portal.service.ResourceService;
113    import com.liferay.portal.service.ResourceTypePermissionLocalService;
114    import com.liferay.portal.service.RoleLocalService;
115    import com.liferay.portal.service.RoleService;
116    import com.liferay.portal.service.ServiceComponentLocalService;
117    import com.liferay.portal.service.ShardLocalService;
118    import com.liferay.portal.service.SubscriptionLocalService;
119    import com.liferay.portal.service.TeamLocalService;
120    import com.liferay.portal.service.TeamService;
121    import com.liferay.portal.service.ThemeLocalService;
122    import com.liferay.portal.service.ThemeService;
123    import com.liferay.portal.service.TicketLocalService;
124    import com.liferay.portal.service.UserGroupGroupRoleLocalService;
125    import com.liferay.portal.service.UserGroupGroupRoleService;
126    import com.liferay.portal.service.UserGroupLocalService;
127    import com.liferay.portal.service.UserGroupRoleLocalService;
128    import com.liferay.portal.service.UserGroupRoleService;
129    import com.liferay.portal.service.UserGroupService;
130    import com.liferay.portal.service.UserIdMapperLocalService;
131    import com.liferay.portal.service.UserLocalService;
132    import com.liferay.portal.service.UserNotificationEventLocalService;
133    import com.liferay.portal.service.UserService;
134    import com.liferay.portal.service.UserTrackerLocalService;
135    import com.liferay.portal.service.UserTrackerPathLocalService;
136    import com.liferay.portal.service.VirtualHostLocalService;
137    import com.liferay.portal.service.WebDAVPropsLocalService;
138    import com.liferay.portal.service.WebsiteLocalService;
139    import com.liferay.portal.service.WebsiteService;
140    import com.liferay.portal.service.WorkflowDefinitionLinkLocalService;
141    import com.liferay.portal.service.WorkflowInstanceLinkLocalService;
142    import com.liferay.portal.service.persistence.AccountPersistence;
143    import com.liferay.portal.service.persistence.AddressPersistence;
144    import com.liferay.portal.service.persistence.BrowserTrackerPersistence;
145    import com.liferay.portal.service.persistence.ClassNamePersistence;
146    import com.liferay.portal.service.persistence.ClusterGroupPersistence;
147    import com.liferay.portal.service.persistence.CompanyPersistence;
148    import com.liferay.portal.service.persistence.ContactPersistence;
149    import com.liferay.portal.service.persistence.CountryPersistence;
150    import com.liferay.portal.service.persistence.EmailAddressPersistence;
151    import com.liferay.portal.service.persistence.GroupFinder;
152    import com.liferay.portal.service.persistence.GroupPersistence;
153    import com.liferay.portal.service.persistence.ImagePersistence;
154    import com.liferay.portal.service.persistence.LayoutBranchPersistence;
155    import com.liferay.portal.service.persistence.LayoutFinder;
156    import com.liferay.portal.service.persistence.LayoutPersistence;
157    import com.liferay.portal.service.persistence.LayoutPrototypePersistence;
158    import com.liferay.portal.service.persistence.LayoutRevisionPersistence;
159    import com.liferay.portal.service.persistence.LayoutSetBranchFinder;
160    import com.liferay.portal.service.persistence.LayoutSetBranchPersistence;
161    import com.liferay.portal.service.persistence.LayoutSetPersistence;
162    import com.liferay.portal.service.persistence.LayoutSetPrototypePersistence;
163    import com.liferay.portal.service.persistence.ListTypePersistence;
164    import com.liferay.portal.service.persistence.LockFinder;
165    import com.liferay.portal.service.persistence.LockPersistence;
166    import com.liferay.portal.service.persistence.MembershipRequestPersistence;
167    import com.liferay.portal.service.persistence.OrgGroupPermissionFinder;
168    import com.liferay.portal.service.persistence.OrgGroupPermissionPersistence;
169    import com.liferay.portal.service.persistence.OrgGroupRolePersistence;
170    import com.liferay.portal.service.persistence.OrgLaborPersistence;
171    import com.liferay.portal.service.persistence.OrganizationFinder;
172    import com.liferay.portal.service.persistence.OrganizationPersistence;
173    import com.liferay.portal.service.persistence.PasswordPolicyFinder;
174    import com.liferay.portal.service.persistence.PasswordPolicyPersistence;
175    import com.liferay.portal.service.persistence.PasswordPolicyRelPersistence;
176    import com.liferay.portal.service.persistence.PasswordTrackerPersistence;
177    import com.liferay.portal.service.persistence.PermissionFinder;
178    import com.liferay.portal.service.persistence.PermissionPersistence;
179    import com.liferay.portal.service.persistence.PhonePersistence;
180    import com.liferay.portal.service.persistence.PluginSettingPersistence;
181    import com.liferay.portal.service.persistence.PortalPreferencesPersistence;
182    import com.liferay.portal.service.persistence.PortletItemPersistence;
183    import com.liferay.portal.service.persistence.PortletPersistence;
184    import com.liferay.portal.service.persistence.PortletPreferencesFinder;
185    import com.liferay.portal.service.persistence.PortletPreferencesPersistence;
186    import com.liferay.portal.service.persistence.RegionPersistence;
187    import com.liferay.portal.service.persistence.ReleasePersistence;
188    import com.liferay.portal.service.persistence.RepositoryEntryPersistence;
189    import com.liferay.portal.service.persistence.RepositoryPersistence;
190    import com.liferay.portal.service.persistence.ResourceActionPersistence;
191    import com.liferay.portal.service.persistence.ResourceBlockFinder;
192    import com.liferay.portal.service.persistence.ResourceBlockPermissionPersistence;
193    import com.liferay.portal.service.persistence.ResourceBlockPersistence;
194    import com.liferay.portal.service.persistence.ResourceCodePersistence;
195    import com.liferay.portal.service.persistence.ResourceFinder;
196    import com.liferay.portal.service.persistence.ResourcePermissionFinder;
197    import com.liferay.portal.service.persistence.ResourcePermissionPersistence;
198    import com.liferay.portal.service.persistence.ResourcePersistence;
199    import com.liferay.portal.service.persistence.ResourceTypePermissionFinder;
200    import com.liferay.portal.service.persistence.ResourceTypePermissionPersistence;
201    import com.liferay.portal.service.persistence.RoleFinder;
202    import com.liferay.portal.service.persistence.RolePersistence;
203    import com.liferay.portal.service.persistence.ServiceComponentPersistence;
204    import com.liferay.portal.service.persistence.ShardPersistence;
205    import com.liferay.portal.service.persistence.SubscriptionPersistence;
206    import com.liferay.portal.service.persistence.TeamFinder;
207    import com.liferay.portal.service.persistence.TeamPersistence;
208    import com.liferay.portal.service.persistence.TicketPersistence;
209    import com.liferay.portal.service.persistence.UserFinder;
210    import com.liferay.portal.service.persistence.UserGroupFinder;
211    import com.liferay.portal.service.persistence.UserGroupGroupRolePersistence;
212    import com.liferay.portal.service.persistence.UserGroupPersistence;
213    import com.liferay.portal.service.persistence.UserGroupRoleFinder;
214    import com.liferay.portal.service.persistence.UserGroupRolePersistence;
215    import com.liferay.portal.service.persistence.UserIdMapperPersistence;
216    import com.liferay.portal.service.persistence.UserNotificationEventPersistence;
217    import com.liferay.portal.service.persistence.UserPersistence;
218    import com.liferay.portal.service.persistence.UserTrackerPathPersistence;
219    import com.liferay.portal.service.persistence.UserTrackerPersistence;
220    import com.liferay.portal.service.persistence.VirtualHostPersistence;
221    import com.liferay.portal.service.persistence.WebDAVPropsPersistence;
222    import com.liferay.portal.service.persistence.WebsitePersistence;
223    import com.liferay.portal.service.persistence.WorkflowDefinitionLinkPersistence;
224    import com.liferay.portal.service.persistence.WorkflowInstanceLinkPersistence;
225    
226    import java.io.Serializable;
227    
228    import java.util.List;
229    
230    import javax.sql.DataSource;
231    
232    /**
233     * The base implementation of the membership request local service.
234     *
235     * <p>
236     * 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}.
237     * </p>
238     *
239     * @author Brian Wing Shun Chan
240     * @see com.liferay.portal.service.impl.MembershipRequestLocalServiceImpl
241     * @see com.liferay.portal.service.MembershipRequestLocalServiceUtil
242     * @generated
243     */
244    public abstract class MembershipRequestLocalServiceBaseImpl
245            implements MembershipRequestLocalService, IdentifiableBean {
246            /*
247             * NOTE FOR DEVELOPERS:
248             *
249             * Never modify or reference this class directly. Always use {@link com.liferay.portal.service.MembershipRequestLocalServiceUtil} to access the membership request local service.
250             */
251    
252            /**
253             * Adds the membership request to the database. Also notifies the appropriate model listeners.
254             *
255             * @param membershipRequest the membership request
256             * @return the membership request that was added
257             * @throws SystemException if a system exception occurred
258             */
259            public MembershipRequest addMembershipRequest(
260                    MembershipRequest membershipRequest) throws SystemException {
261                    membershipRequest.setNew(true);
262    
263                    membershipRequest = membershipRequestPersistence.update(membershipRequest,
264                                    false);
265    
266                    Indexer indexer = IndexerRegistryUtil.getIndexer(getModelClassName());
267    
268                    if (indexer != null) {
269                            try {
270                                    indexer.reindex(membershipRequest);
271                            }
272                            catch (SearchException se) {
273                                    if (_log.isWarnEnabled()) {
274                                            _log.warn(se, se);
275                                    }
276                            }
277                    }
278    
279                    return membershipRequest;
280            }
281    
282            /**
283             * Creates a new membership request with the primary key. Does not add the membership request to the database.
284             *
285             * @param membershipRequestId the primary key for the new membership request
286             * @return the new membership request
287             */
288            public MembershipRequest createMembershipRequest(long membershipRequestId) {
289                    return membershipRequestPersistence.create(membershipRequestId);
290            }
291    
292            /**
293             * Deletes the membership request with the primary key from the database. Also notifies the appropriate model listeners.
294             *
295             * @param membershipRequestId the primary key of the membership request
296             * @throws PortalException if a membership request with the primary key could not be found
297             * @throws SystemException if a system exception occurred
298             */
299            public void deleteMembershipRequest(long membershipRequestId)
300                    throws PortalException, SystemException {
301                    MembershipRequest membershipRequest = membershipRequestPersistence.remove(membershipRequestId);
302    
303                    Indexer indexer = IndexerRegistryUtil.getIndexer(getModelClassName());
304    
305                    if (indexer != null) {
306                            try {
307                                    indexer.delete(membershipRequest);
308                            }
309                            catch (SearchException se) {
310                                    if (_log.isWarnEnabled()) {
311                                            _log.warn(se, se);
312                                    }
313                            }
314                    }
315            }
316    
317            /**
318             * Deletes the membership request from the database. Also notifies the appropriate model listeners.
319             *
320             * @param membershipRequest the membership request
321             * @throws SystemException if a system exception occurred
322             */
323            public void deleteMembershipRequest(MembershipRequest membershipRequest)
324                    throws SystemException {
325                    membershipRequestPersistence.remove(membershipRequest);
326    
327                    Indexer indexer = IndexerRegistryUtil.getIndexer(getModelClassName());
328    
329                    if (indexer != null) {
330                            try {
331                                    indexer.delete(membershipRequest);
332                            }
333                            catch (SearchException se) {
334                                    if (_log.isWarnEnabled()) {
335                                            _log.warn(se, se);
336                                    }
337                            }
338                    }
339            }
340    
341            /**
342             * Performs a dynamic query on the database and returns the matching rows.
343             *
344             * @param dynamicQuery the dynamic query
345             * @return the matching rows
346             * @throws SystemException if a system exception occurred
347             */
348            @SuppressWarnings("rawtypes")
349            public List dynamicQuery(DynamicQuery dynamicQuery)
350                    throws SystemException {
351                    return membershipRequestPersistence.findWithDynamicQuery(dynamicQuery);
352            }
353    
354            /**
355             * Performs a dynamic query on the database and returns a range of the matching rows.
356             *
357             * <p>
358             * 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.
359             * </p>
360             *
361             * @param dynamicQuery the dynamic query
362             * @param start the lower bound of the range of model instances
363             * @param end the upper bound of the range of model instances (not inclusive)
364             * @return the range of matching rows
365             * @throws SystemException if a system exception occurred
366             */
367            @SuppressWarnings("rawtypes")
368            public List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
369                    throws SystemException {
370                    return membershipRequestPersistence.findWithDynamicQuery(dynamicQuery,
371                            start, end);
372            }
373    
374            /**
375             * Performs a dynamic query on the database and returns an ordered range of the matching rows.
376             *
377             * <p>
378             * 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.
379             * </p>
380             *
381             * @param dynamicQuery the dynamic query
382             * @param start the lower bound of the range of model instances
383             * @param end the upper bound of the range of model instances (not inclusive)
384             * @param orderByComparator the comparator to order the results by (optionally <code>null</code>)
385             * @return the ordered range of matching rows
386             * @throws SystemException if a system exception occurred
387             */
388            @SuppressWarnings("rawtypes")
389            public List dynamicQuery(DynamicQuery dynamicQuery, int start, int end,
390                    OrderByComparator orderByComparator) throws SystemException {
391                    return membershipRequestPersistence.findWithDynamicQuery(dynamicQuery,
392                            start, end, orderByComparator);
393            }
394    
395            /**
396             * Returns the number of rows that match the dynamic query.
397             *
398             * @param dynamicQuery the dynamic query
399             * @return the number of rows that match the dynamic query
400             * @throws SystemException if a system exception occurred
401             */
402            public long dynamicQueryCount(DynamicQuery dynamicQuery)
403                    throws SystemException {
404                    return membershipRequestPersistence.countWithDynamicQuery(dynamicQuery);
405            }
406    
407            public MembershipRequest fetchMembershipRequest(long membershipRequestId)
408                    throws SystemException {
409                    return membershipRequestPersistence.fetchByPrimaryKey(membershipRequestId);
410            }
411    
412            /**
413             * Returns the membership request with the primary key.
414             *
415             * @param membershipRequestId the primary key of the membership request
416             * @return the membership request
417             * @throws PortalException if a membership request with the primary key could not be found
418             * @throws SystemException if a system exception occurred
419             */
420            public MembershipRequest getMembershipRequest(long membershipRequestId)
421                    throws PortalException, SystemException {
422                    return membershipRequestPersistence.findByPrimaryKey(membershipRequestId);
423            }
424    
425            public PersistedModel getPersistedModel(Serializable primaryKeyObj)
426                    throws PortalException, SystemException {
427                    return membershipRequestPersistence.findByPrimaryKey(primaryKeyObj);
428            }
429    
430            /**
431             * Returns a range of all the membership requests.
432             *
433             * <p>
434             * 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.
435             * </p>
436             *
437             * @param start the lower bound of the range of membership requests
438             * @param end the upper bound of the range of membership requests (not inclusive)
439             * @return the range of membership requests
440             * @throws SystemException if a system exception occurred
441             */
442            public List<MembershipRequest> getMembershipRequests(int start, int end)
443                    throws SystemException {
444                    return membershipRequestPersistence.findAll(start, end);
445            }
446    
447            /**
448             * Returns the number of membership requests.
449             *
450             * @return the number of membership requests
451             * @throws SystemException if a system exception occurred
452             */
453            public int getMembershipRequestsCount() throws SystemException {
454                    return membershipRequestPersistence.countAll();
455            }
456    
457            /**
458             * Updates the membership request in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.
459             *
460             * @param membershipRequest the membership request
461             * @return the membership request that was updated
462             * @throws SystemException if a system exception occurred
463             */
464            public MembershipRequest updateMembershipRequest(
465                    MembershipRequest membershipRequest) throws SystemException {
466                    return updateMembershipRequest(membershipRequest, true);
467            }
468    
469            /**
470             * Updates the membership request in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.
471             *
472             * @param membershipRequest the membership request
473             * @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.
474             * @return the membership request that was updated
475             * @throws SystemException if a system exception occurred
476             */
477            public MembershipRequest updateMembershipRequest(
478                    MembershipRequest membershipRequest, boolean merge)
479                    throws SystemException {
480                    membershipRequest.setNew(false);
481    
482                    membershipRequest = membershipRequestPersistence.update(membershipRequest,
483                                    merge);
484    
485                    Indexer indexer = IndexerRegistryUtil.getIndexer(getModelClassName());
486    
487                    if (indexer != null) {
488                            try {
489                                    indexer.reindex(membershipRequest);
490                            }
491                            catch (SearchException se) {
492                                    if (_log.isWarnEnabled()) {
493                                            _log.warn(se, se);
494                                    }
495                            }
496                    }
497    
498                    return membershipRequest;
499            }
500    
501            /**
502             * Returns the account local service.
503             *
504             * @return the account local service
505             */
506            public AccountLocalService getAccountLocalService() {
507                    return accountLocalService;
508            }
509    
510            /**
511             * Sets the account local service.
512             *
513             * @param accountLocalService the account local service
514             */
515            public void setAccountLocalService(AccountLocalService accountLocalService) {
516                    this.accountLocalService = accountLocalService;
517            }
518    
519            /**
520             * Returns the account remote service.
521             *
522             * @return the account remote service
523             */
524            public AccountService getAccountService() {
525                    return accountService;
526            }
527    
528            /**
529             * Sets the account remote service.
530             *
531             * @param accountService the account remote service
532             */
533            public void setAccountService(AccountService accountService) {
534                    this.accountService = accountService;
535            }
536    
537            /**
538             * Returns the account persistence.
539             *
540             * @return the account persistence
541             */
542            public AccountPersistence getAccountPersistence() {
543                    return accountPersistence;
544            }
545    
546            /**
547             * Sets the account persistence.
548             *
549             * @param accountPersistence the account persistence
550             */
551            public void setAccountPersistence(AccountPersistence accountPersistence) {
552                    this.accountPersistence = accountPersistence;
553            }
554    
555            /**
556             * Returns the address local service.
557             *
558             * @return the address local service
559             */
560            public AddressLocalService getAddressLocalService() {
561                    return addressLocalService;
562            }
563    
564            /**
565             * Sets the address local service.
566             *
567             * @param addressLocalService the address local service
568             */
569            public void setAddressLocalService(AddressLocalService addressLocalService) {
570                    this.addressLocalService = addressLocalService;
571            }
572    
573            /**
574             * Returns the address remote service.
575             *
576             * @return the address remote service
577             */
578            public AddressService getAddressService() {
579                    return addressService;
580            }
581    
582            /**
583             * Sets the address remote service.
584             *
585             * @param addressService the address remote service
586             */
587            public void setAddressService(AddressService addressService) {
588                    this.addressService = addressService;
589            }
590    
591            /**
592             * Returns the address persistence.
593             *
594             * @return the address persistence
595             */
596            public AddressPersistence getAddressPersistence() {
597                    return addressPersistence;
598            }
599    
600            /**
601             * Sets the address persistence.
602             *
603             * @param addressPersistence the address persistence
604             */
605            public void setAddressPersistence(AddressPersistence addressPersistence) {
606                    this.addressPersistence = addressPersistence;
607            }
608    
609            /**
610             * Returns the browser tracker local service.
611             *
612             * @return the browser tracker local service
613             */
614            public BrowserTrackerLocalService getBrowserTrackerLocalService() {
615                    return browserTrackerLocalService;
616            }
617    
618            /**
619             * Sets the browser tracker local service.
620             *
621             * @param browserTrackerLocalService the browser tracker local service
622             */
623            public void setBrowserTrackerLocalService(
624                    BrowserTrackerLocalService browserTrackerLocalService) {
625                    this.browserTrackerLocalService = browserTrackerLocalService;
626            }
627    
628            /**
629             * Returns the browser tracker persistence.
630             *
631             * @return the browser tracker persistence
632             */
633            public BrowserTrackerPersistence getBrowserTrackerPersistence() {
634                    return browserTrackerPersistence;
635            }
636    
637            /**
638             * Sets the browser tracker persistence.
639             *
640             * @param browserTrackerPersistence the browser tracker persistence
641             */
642            public void setBrowserTrackerPersistence(
643                    BrowserTrackerPersistence browserTrackerPersistence) {
644                    this.browserTrackerPersistence = browserTrackerPersistence;
645            }
646    
647            /**
648             * Returns the class name local service.
649             *
650             * @return the class name local service
651             */
652            public ClassNameLocalService getClassNameLocalService() {
653                    return classNameLocalService;
654            }
655    
656            /**
657             * Sets the class name local service.
658             *
659             * @param classNameLocalService the class name local service
660             */
661            public void setClassNameLocalService(
662                    ClassNameLocalService classNameLocalService) {
663                    this.classNameLocalService = classNameLocalService;
664            }
665    
666            /**
667             * Returns the class name remote service.
668             *
669             * @return the class name remote service
670             */
671            public ClassNameService getClassNameService() {
672                    return classNameService;
673            }
674    
675            /**
676             * Sets the class name remote service.
677             *
678             * @param classNameService the class name remote service
679             */
680            public void setClassNameService(ClassNameService classNameService) {
681                    this.classNameService = classNameService;
682            }
683    
684            /**
685             * Returns the class name persistence.
686             *
687             * @return the class name persistence
688             */
689            public ClassNamePersistence getClassNamePersistence() {
690                    return classNamePersistence;
691            }
692    
693            /**
694             * Sets the class name persistence.
695             *
696             * @param classNamePersistence the class name persistence
697             */
698            public void setClassNamePersistence(
699                    ClassNamePersistence classNamePersistence) {
700                    this.classNamePersistence = classNamePersistence;
701            }
702    
703            /**
704             * Returns the cluster group local service.
705             *
706             * @return the cluster group local service
707             */
708            public ClusterGroupLocalService getClusterGroupLocalService() {
709                    return clusterGroupLocalService;
710            }
711    
712            /**
713             * Sets the cluster group local service.
714             *
715             * @param clusterGroupLocalService the cluster group local service
716             */
717            public void setClusterGroupLocalService(
718                    ClusterGroupLocalService clusterGroupLocalService) {
719                    this.clusterGroupLocalService = clusterGroupLocalService;
720            }
721    
722            /**
723             * Returns the cluster group persistence.
724             *
725             * @return the cluster group persistence
726             */
727            public ClusterGroupPersistence getClusterGroupPersistence() {
728                    return clusterGroupPersistence;
729            }
730    
731            /**
732             * Sets the cluster group persistence.
733             *
734             * @param clusterGroupPersistence the cluster group persistence
735             */
736            public void setClusterGroupPersistence(
737                    ClusterGroupPersistence clusterGroupPersistence) {
738                    this.clusterGroupPersistence = clusterGroupPersistence;
739            }
740    
741            /**
742             * Returns the c m i s repository local service.
743             *
744             * @return the c m i s repository local service
745             */
746            public CMISRepositoryLocalService getCMISRepositoryLocalService() {
747                    return cmisRepositoryLocalService;
748            }
749    
750            /**
751             * Sets the c m i s repository local service.
752             *
753             * @param cmisRepositoryLocalService the c m i s repository local service
754             */
755            public void setCMISRepositoryLocalService(
756                    CMISRepositoryLocalService cmisRepositoryLocalService) {
757                    this.cmisRepositoryLocalService = cmisRepositoryLocalService;
758            }
759    
760            /**
761             * Returns the company local service.
762             *
763             * @return the company local service
764             */
765            public CompanyLocalService getCompanyLocalService() {
766                    return companyLocalService;
767            }
768    
769            /**
770             * Sets the company local service.
771             *
772             * @param companyLocalService the company local service
773             */
774            public void setCompanyLocalService(CompanyLocalService companyLocalService) {
775                    this.companyLocalService = companyLocalService;
776            }
777    
778            /**
779             * Returns the company remote service.
780             *
781             * @return the company remote service
782             */
783            public CompanyService getCompanyService() {
784                    return companyService;
785            }
786    
787            /**
788             * Sets the company remote service.
789             *
790             * @param companyService the company remote service
791             */
792            public void setCompanyService(CompanyService companyService) {
793                    this.companyService = companyService;
794            }
795    
796            /**
797             * Returns the company persistence.
798             *
799             * @return the company persistence
800             */
801            public CompanyPersistence getCompanyPersistence() {
802                    return companyPersistence;
803            }
804    
805            /**
806             * Sets the company persistence.
807             *
808             * @param companyPersistence the company persistence
809             */
810            public void setCompanyPersistence(CompanyPersistence companyPersistence) {
811                    this.companyPersistence = companyPersistence;
812            }
813    
814            /**
815             * Returns the contact local service.
816             *
817             * @return the contact local service
818             */
819            public ContactLocalService getContactLocalService() {
820                    return contactLocalService;
821            }
822    
823            /**
824             * Sets the contact local service.
825             *
826             * @param contactLocalService the contact local service
827             */
828            public void setContactLocalService(ContactLocalService contactLocalService) {
829                    this.contactLocalService = contactLocalService;
830            }
831    
832            /**
833             * Returns the contact remote service.
834             *
835             * @return the contact remote service
836             */
837            public ContactService getContactService() {
838                    return contactService;
839            }
840    
841            /**
842             * Sets the contact remote service.
843             *
844             * @param contactService the contact remote service
845             */
846            public void setContactService(ContactService contactService) {
847                    this.contactService = contactService;
848            }
849    
850            /**
851             * Returns the contact persistence.
852             *
853             * @return the contact persistence
854             */
855            public ContactPersistence getContactPersistence() {
856                    return contactPersistence;
857            }
858    
859            /**
860             * Sets the contact persistence.
861             *
862             * @param contactPersistence the contact persistence
863             */
864            public void setContactPersistence(ContactPersistence contactPersistence) {
865                    this.contactPersistence = contactPersistence;
866            }
867    
868            /**
869             * Returns the country remote service.
870             *
871             * @return the country remote service
872             */
873            public CountryService getCountryService() {
874                    return countryService;
875            }
876    
877            /**
878             * Sets the country remote service.
879             *
880             * @param countryService the country remote service
881             */
882            public void setCountryService(CountryService countryService) {
883                    this.countryService = countryService;
884            }
885    
886            /**
887             * Returns the country persistence.
888             *
889             * @return the country persistence
890             */
891            public CountryPersistence getCountryPersistence() {
892                    return countryPersistence;
893            }
894    
895            /**
896             * Sets the country persistence.
897             *
898             * @param countryPersistence the country persistence
899             */
900            public void setCountryPersistence(CountryPersistence countryPersistence) {
901                    this.countryPersistence = countryPersistence;
902            }
903    
904            /**
905             * Returns the email address local service.
906             *
907             * @return the email address local service
908             */
909            public EmailAddressLocalService getEmailAddressLocalService() {
910                    return emailAddressLocalService;
911            }
912    
913            /**
914             * Sets the email address local service.
915             *
916             * @param emailAddressLocalService the email address local service
917             */
918            public void setEmailAddressLocalService(
919                    EmailAddressLocalService emailAddressLocalService) {
920                    this.emailAddressLocalService = emailAddressLocalService;
921            }
922    
923            /**
924             * Returns the email address remote service.
925             *
926             * @return the email address remote service
927             */
928            public EmailAddressService getEmailAddressService() {
929                    return emailAddressService;
930            }
931    
932            /**
933             * Sets the email address remote service.
934             *
935             * @param emailAddressService the email address remote service
936             */
937            public void setEmailAddressService(EmailAddressService emailAddressService) {
938                    this.emailAddressService = emailAddressService;
939            }
940    
941            /**
942             * Returns the email address persistence.
943             *
944             * @return the email address persistence
945             */
946            public EmailAddressPersistence getEmailAddressPersistence() {
947                    return emailAddressPersistence;
948            }
949    
950            /**
951             * Sets the email address persistence.
952             *
953             * @param emailAddressPersistence the email address persistence
954             */
955            public void setEmailAddressPersistence(
956                    EmailAddressPersistence emailAddressPersistence) {
957                    this.emailAddressPersistence = emailAddressPersistence;
958            }
959    
960            /**
961             * Returns the group local service.
962             *
963             * @return the group local service
964             */
965            public GroupLocalService getGroupLocalService() {
966                    return groupLocalService;
967            }
968    
969            /**
970             * Sets the group local service.
971             *
972             * @param groupLocalService the group local service
973             */
974            public void setGroupLocalService(GroupLocalService groupLocalService) {
975                    this.groupLocalService = groupLocalService;
976            }
977    
978            /**
979             * Returns the group remote service.
980             *
981             * @return the group remote service
982             */
983            public GroupService getGroupService() {
984                    return groupService;
985            }
986    
987            /**
988             * Sets the group remote service.
989             *
990             * @param groupService the group remote service
991             */
992            public void setGroupService(GroupService groupService) {
993                    this.groupService = groupService;
994            }
995    
996            /**
997             * Returns the group persistence.
998             *
999             * @return the group persistence
1000             */
1001            public GroupPersistence getGroupPersistence() {
1002                    return groupPersistence;
1003            }
1004    
1005            /**
1006             * Sets the group persistence.
1007             *
1008             * @param groupPersistence the group persistence
1009             */
1010            public void setGroupPersistence(GroupPersistence groupPersistence) {
1011                    this.groupPersistence = groupPersistence;
1012            }
1013    
1014            /**
1015             * Returns the group finder.
1016             *
1017             * @return the group finder
1018             */
1019            public GroupFinder getGroupFinder() {
1020                    return groupFinder;
1021            }
1022    
1023            /**
1024             * Sets the group finder.
1025             *
1026             * @param groupFinder the group finder
1027             */
1028            public void setGroupFinder(GroupFinder groupFinder) {
1029                    this.groupFinder = groupFinder;
1030            }
1031    
1032            /**
1033             * Returns the image local service.
1034             *
1035             * @return the image local service
1036             */
1037            public ImageLocalService getImageLocalService() {
1038                    return imageLocalService;
1039            }
1040    
1041            /**
1042             * Sets the image local service.
1043             *
1044             * @param imageLocalService the image local service
1045             */
1046            public void setImageLocalService(ImageLocalService imageLocalService) {
1047                    this.imageLocalService = imageLocalService;
1048            }
1049    
1050            /**
1051             * Returns the image remote service.
1052             *
1053             * @return the image remote service
1054             */
1055            public ImageService getImageService() {
1056                    return imageService;
1057            }
1058    
1059            /**
1060             * Sets the image remote service.
1061             *
1062             * @param imageService the image remote service
1063             */
1064            public void setImageService(ImageService imageService) {
1065                    this.imageService = imageService;
1066            }
1067    
1068            /**
1069             * Returns the image persistence.
1070             *
1071             * @return the image persistence
1072             */
1073            public ImagePersistence getImagePersistence() {
1074                    return imagePersistence;
1075            }
1076    
1077            /**
1078             * Sets the image persistence.
1079             *
1080             * @param imagePersistence the image persistence
1081             */
1082            public void setImagePersistence(ImagePersistence imagePersistence) {
1083                    this.imagePersistence = imagePersistence;
1084            }
1085    
1086            /**
1087             * Returns the layout local service.
1088             *
1089             * @return the layout local service
1090             */
1091            public LayoutLocalService getLayoutLocalService() {
1092                    return layoutLocalService;
1093            }
1094    
1095            /**
1096             * Sets the layout local service.
1097             *
1098             * @param layoutLocalService the layout local service
1099             */
1100            public void setLayoutLocalService(LayoutLocalService layoutLocalService) {
1101                    this.layoutLocalService = layoutLocalService;
1102            }
1103    
1104            /**
1105             * Returns the layout remote service.
1106             *
1107             * @return the layout remote service
1108             */
1109            public LayoutService getLayoutService() {
1110                    return layoutService;
1111            }
1112    
1113            /**
1114             * Sets the layout remote service.
1115             *
1116             * @param layoutService the layout remote service
1117             */
1118            public void setLayoutService(LayoutService layoutService) {
1119                    this.layoutService = layoutService;
1120            }
1121    
1122            /**
1123             * Returns the layout persistence.
1124             *
1125             * @return the layout persistence
1126             */
1127            public LayoutPersistence getLayoutPersistence() {
1128                    return layoutPersistence;
1129            }
1130    
1131            /**
1132             * Sets the layout persistence.
1133             *
1134             * @param layoutPersistence the layout persistence
1135             */
1136            public void setLayoutPersistence(LayoutPersistence layoutPersistence) {
1137                    this.layoutPersistence = layoutPersistence;
1138            }
1139    
1140            /**
1141             * Returns the layout finder.
1142             *
1143             * @return the layout finder
1144             */
1145            public LayoutFinder getLayoutFinder() {
1146                    return layoutFinder;
1147            }
1148    
1149            /**
1150             * Sets the layout finder.
1151             *
1152             * @param layoutFinder the layout finder
1153             */
1154            public void setLayoutFinder(LayoutFinder layoutFinder) {
1155                    this.layoutFinder = layoutFinder;
1156            }
1157    
1158            /**
1159             * Returns the layout branch local service.
1160             *
1161             * @return the layout branch local service
1162             */
1163            public LayoutBranchLocalService getLayoutBranchLocalService() {
1164                    return layoutBranchLocalService;
1165            }
1166    
1167            /**
1168             * Sets the layout branch local service.
1169             *
1170             * @param layoutBranchLocalService the layout branch local service
1171             */
1172            public void setLayoutBranchLocalService(
1173                    LayoutBranchLocalService layoutBranchLocalService) {
1174                    this.layoutBranchLocalService = layoutBranchLocalService;
1175            }
1176    
1177            /**
1178             * Returns the layout branch remote service.
1179             *
1180             * @return the layout branch remote service
1181             */
1182            public LayoutBranchService getLayoutBranchService() {
1183                    return layoutBranchService;
1184            }
1185    
1186            /**
1187             * Sets the layout branch remote service.
1188             *
1189             * @param layoutBranchService the layout branch remote service
1190             */
1191            public void setLayoutBranchService(LayoutBranchService layoutBranchService) {
1192                    this.layoutBranchService = layoutBranchService;
1193            }
1194    
1195            /**
1196             * Returns the layout branch persistence.
1197             *
1198             * @return the layout branch persistence
1199             */
1200            public LayoutBranchPersistence getLayoutBranchPersistence() {
1201                    return layoutBranchPersistence;
1202            }
1203    
1204            /**
1205             * Sets the layout branch persistence.
1206             *
1207             * @param layoutBranchPersistence the layout branch persistence
1208             */
1209            public void setLayoutBranchPersistence(
1210                    LayoutBranchPersistence layoutBranchPersistence) {
1211                    this.layoutBranchPersistence = layoutBranchPersistence;
1212            }
1213    
1214            /**
1215             * Returns the layout prototype local service.
1216             *
1217             * @return the layout prototype local service
1218             */
1219            public LayoutPrototypeLocalService getLayoutPrototypeLocalService() {
1220                    return layoutPrototypeLocalService;
1221            }
1222    
1223            /**
1224             * Sets the layout prototype local service.
1225             *
1226             * @param layoutPrototypeLocalService the layout prototype local service
1227             */
1228            public void setLayoutPrototypeLocalService(
1229                    LayoutPrototypeLocalService layoutPrototypeLocalService) {
1230                    this.layoutPrototypeLocalService = layoutPrototypeLocalService;
1231            }
1232    
1233            /**
1234             * Returns the layout prototype remote service.
1235             *
1236             * @return the layout prototype remote service
1237             */
1238            public LayoutPrototypeService getLayoutPrototypeService() {
1239                    return layoutPrototypeService;
1240            }
1241    
1242            /**
1243             * Sets the layout prototype remote service.
1244             *
1245             * @param layoutPrototypeService the layout prototype remote service
1246             */
1247            public void setLayoutPrototypeService(
1248                    LayoutPrototypeService layoutPrototypeService) {
1249                    this.layoutPrototypeService = layoutPrototypeService;
1250            }
1251    
1252            /**
1253             * Returns the layout prototype persistence.
1254             *
1255             * @return the layout prototype persistence
1256             */
1257            public LayoutPrototypePersistence getLayoutPrototypePersistence() {
1258                    return layoutPrototypePersistence;
1259            }
1260    
1261            /**
1262             * Sets the layout prototype persistence.
1263             *
1264             * @param layoutPrototypePersistence the layout prototype persistence
1265             */
1266            public void setLayoutPrototypePersistence(
1267                    LayoutPrototypePersistence layoutPrototypePersistence) {
1268                    this.layoutPrototypePersistence = layoutPrototypePersistence;
1269            }
1270    
1271            /**
1272             * Returns the layout revision local service.
1273             *
1274             * @return the layout revision local service
1275             */
1276            public LayoutRevisionLocalService getLayoutRevisionLocalService() {
1277                    return layoutRevisionLocalService;
1278            }
1279    
1280            /**
1281             * Sets the layout revision local service.
1282             *
1283             * @param layoutRevisionLocalService the layout revision local service
1284             */
1285            public void setLayoutRevisionLocalService(
1286                    LayoutRevisionLocalService layoutRevisionLocalService) {
1287                    this.layoutRevisionLocalService = layoutRevisionLocalService;
1288            }
1289    
1290            /**
1291             * Returns the layout revision remote service.
1292             *
1293             * @return the layout revision remote service
1294             */
1295            public LayoutRevisionService getLayoutRevisionService() {
1296                    return layoutRevisionService;
1297            }
1298    
1299            /**
1300             * Sets the layout revision remote service.
1301             *
1302             * @param layoutRevisionService the layout revision remote service
1303             */
1304            public void setLayoutRevisionService(
1305                    LayoutRevisionService layoutRevisionService) {
1306                    this.layoutRevisionService = layoutRevisionService;
1307            }
1308    
1309            /**
1310             * Returns the layout revision persistence.
1311             *
1312             * @return the layout revision persistence
1313             */
1314            public LayoutRevisionPersistence getLayoutRevisionPersistence() {
1315                    return layoutRevisionPersistence;
1316            }
1317    
1318            /**
1319             * Sets the layout revision persistence.
1320             *
1321             * @param layoutRevisionPersistence the layout revision persistence
1322             */
1323            public void setLayoutRevisionPersistence(
1324                    LayoutRevisionPersistence layoutRevisionPersistence) {
1325                    this.layoutRevisionPersistence = layoutRevisionPersistence;
1326            }
1327    
1328            /**
1329             * Returns the layout set local service.
1330             *
1331             * @return the layout set local service
1332             */
1333            public LayoutSetLocalService getLayoutSetLocalService() {
1334                    return layoutSetLocalService;
1335            }
1336    
1337            /**
1338             * Sets the layout set local service.
1339             *
1340             * @param layoutSetLocalService the layout set local service
1341             */
1342            public void setLayoutSetLocalService(
1343                    LayoutSetLocalService layoutSetLocalService) {
1344                    this.layoutSetLocalService = layoutSetLocalService;
1345            }
1346    
1347            /**
1348             * Returns the layout set remote service.
1349             *
1350             * @return the layout set remote service
1351             */
1352            public LayoutSetService getLayoutSetService() {
1353                    return layoutSetService;
1354            }
1355    
1356            /**
1357             * Sets the layout set remote service.
1358             *
1359             * @param layoutSetService the layout set remote service
1360             */
1361            public void setLayoutSetService(LayoutSetService layoutSetService) {
1362                    this.layoutSetService = layoutSetService;
1363            }
1364    
1365            /**
1366             * Returns the layout set persistence.
1367             *
1368             * @return the layout set persistence
1369             */
1370            public LayoutSetPersistence getLayoutSetPersistence() {
1371                    return layoutSetPersistence;
1372            }
1373    
1374            /**
1375             * Sets the layout set persistence.
1376             *
1377             * @param layoutSetPersistence the layout set persistence
1378             */
1379            public void setLayoutSetPersistence(
1380                    LayoutSetPersistence layoutSetPersistence) {
1381                    this.layoutSetPersistence = layoutSetPersistence;
1382            }
1383    
1384            /**
1385             * Returns the layout set branch local service.
1386             *
1387             * @return the layout set branch local service
1388             */
1389            public LayoutSetBranchLocalService getLayoutSetBranchLocalService() {
1390                    return layoutSetBranchLocalService;
1391            }
1392    
1393            /**
1394             * Sets the layout set branch local service.
1395             *
1396             * @param layoutSetBranchLocalService the layout set branch local service
1397             */
1398            public void setLayoutSetBranchLocalService(
1399                    LayoutSetBranchLocalService layoutSetBranchLocalService) {
1400                    this.layoutSetBranchLocalService = layoutSetBranchLocalService;
1401            }
1402    
1403            /**
1404             * Returns the layout set branch remote service.
1405             *
1406             * @return the layout set branch remote service
1407             */
1408            public LayoutSetBranchService getLayoutSetBranchService() {
1409                    return layoutSetBranchService;
1410            }
1411    
1412            /**
1413             * Sets the layout set branch remote service.
1414             *
1415             * @param layoutSetBranchService the layout set branch remote service
1416             */
1417            public void setLayoutSetBranchService(
1418                    LayoutSetBranchService layoutSetBranchService) {
1419                    this.layoutSetBranchService = layoutSetBranchService;
1420            }
1421    
1422            /**
1423             * Returns the layout set branch persistence.
1424             *
1425             * @return the layout set branch persistence
1426             */
1427            public LayoutSetBranchPersistence getLayoutSetBranchPersistence() {
1428                    return layoutSetBranchPersistence;
1429            }
1430    
1431            /**
1432             * Sets the layout set branch persistence.
1433             *
1434             * @param layoutSetBranchPersistence the layout set branch persistence
1435             */
1436            public void setLayoutSetBranchPersistence(
1437                    LayoutSetBranchPersistence layoutSetBranchPersistence) {
1438                    this.layoutSetBranchPersistence = layoutSetBranchPersistence;
1439            }
1440    
1441            /**
1442             * Returns the layout set branch finder.
1443             *
1444             * @return the layout set branch finder
1445             */
1446            public LayoutSetBranchFinder getLayoutSetBranchFinder() {
1447                    return layoutSetBranchFinder;
1448            }
1449    
1450            /**
1451             * Sets the layout set branch finder.
1452             *
1453             * @param layoutSetBranchFinder the layout set branch finder
1454             */
1455            public void setLayoutSetBranchFinder(
1456                    LayoutSetBranchFinder layoutSetBranchFinder) {
1457                    this.layoutSetBranchFinder = layoutSetBranchFinder;
1458            }
1459    
1460            /**
1461             * Returns the layout set prototype local service.
1462             *
1463             * @return the layout set prototype local service
1464             */
1465            public LayoutSetPrototypeLocalService getLayoutSetPrototypeLocalService() {
1466                    return layoutSetPrototypeLocalService;
1467            }
1468    
1469            /**
1470             * Sets the layout set prototype local service.
1471             *
1472             * @param layoutSetPrototypeLocalService the layout set prototype local service
1473             */
1474            public void setLayoutSetPrototypeLocalService(
1475                    LayoutSetPrototypeLocalService layoutSetPrototypeLocalService) {
1476                    this.layoutSetPrototypeLocalService = layoutSetPrototypeLocalService;
1477            }
1478    
1479            /**
1480             * Returns the layout set prototype remote service.
1481             *
1482             * @return the layout set prototype remote service
1483             */
1484            public LayoutSetPrototypeService getLayoutSetPrototypeService() {
1485                    return layoutSetPrototypeService;
1486            }
1487    
1488            /**
1489             * Sets the layout set prototype remote service.
1490             *
1491             * @param layoutSetPrototypeService the layout set prototype remote service
1492             */
1493            public void setLayoutSetPrototypeService(
1494                    LayoutSetPrototypeService layoutSetPrototypeService) {
1495                    this.layoutSetPrototypeService = layoutSetPrototypeService;
1496            }
1497    
1498            /**
1499             * Returns the layout set prototype persistence.
1500             *
1501             * @return the layout set prototype persistence
1502             */
1503            public LayoutSetPrototypePersistence getLayoutSetPrototypePersistence() {
1504                    return layoutSetPrototypePersistence;
1505            }
1506    
1507            /**
1508             * Sets the layout set prototype persistence.
1509             *
1510             * @param layoutSetPrototypePersistence the layout set prototype persistence
1511             */
1512            public void setLayoutSetPrototypePersistence(
1513                    LayoutSetPrototypePersistence layoutSetPrototypePersistence) {
1514                    this.layoutSetPrototypePersistence = layoutSetPrototypePersistence;
1515            }
1516    
1517            /**
1518             * Returns the layout template local service.
1519             *
1520             * @return the layout template local service
1521             */
1522            public LayoutTemplateLocalService getLayoutTemplateLocalService() {
1523                    return layoutTemplateLocalService;
1524            }
1525    
1526            /**
1527             * Sets the layout template local service.
1528             *
1529             * @param layoutTemplateLocalService the layout template local service
1530             */
1531            public void setLayoutTemplateLocalService(
1532                    LayoutTemplateLocalService layoutTemplateLocalService) {
1533                    this.layoutTemplateLocalService = layoutTemplateLocalService;
1534            }
1535    
1536            /**
1537             * Returns the list type remote service.
1538             *
1539             * @return the list type remote service
1540             */
1541            public ListTypeService getListTypeService() {
1542                    return listTypeService;
1543            }
1544    
1545            /**
1546             * Sets the list type remote service.
1547             *
1548             * @param listTypeService the list type remote service
1549             */
1550            public void setListTypeService(ListTypeService listTypeService) {
1551                    this.listTypeService = listTypeService;
1552            }
1553    
1554            /**
1555             * Returns the list type persistence.
1556             *
1557             * @return the list type persistence
1558             */
1559            public ListTypePersistence getListTypePersistence() {
1560                    return listTypePersistence;
1561            }
1562    
1563            /**
1564             * Sets the list type persistence.
1565             *
1566             * @param listTypePersistence the list type persistence
1567             */
1568            public void setListTypePersistence(ListTypePersistence listTypePersistence) {
1569                    this.listTypePersistence = listTypePersistence;
1570            }
1571    
1572            /**
1573             * Returns the lock local service.
1574             *
1575             * @return the lock local service
1576             */
1577            public LockLocalService getLockLocalService() {
1578                    return lockLocalService;
1579            }
1580    
1581            /**
1582             * Sets the lock local service.
1583             *
1584             * @param lockLocalService the lock local service
1585             */
1586            public void setLockLocalService(LockLocalService lockLocalService) {
1587                    this.lockLocalService = lockLocalService;
1588            }
1589    
1590            /**
1591             * Returns the lock persistence.
1592             *
1593             * @return the lock persistence
1594             */
1595            public LockPersistence getLockPersistence() {
1596                    return lockPersistence;
1597            }
1598    
1599            /**
1600             * Sets the lock persistence.
1601             *
1602             * @param lockPersistence the lock persistence
1603             */
1604            public void setLockPersistence(LockPersistence lockPersistence) {
1605                    this.lockPersistence = lockPersistence;
1606            }
1607    
1608            /**
1609             * Returns the lock finder.
1610             *
1611             * @return the lock finder
1612             */
1613            public LockFinder getLockFinder() {
1614                    return lockFinder;
1615            }
1616    
1617            /**
1618             * Sets the lock finder.
1619             *
1620             * @param lockFinder the lock finder
1621             */
1622            public void setLockFinder(LockFinder lockFinder) {
1623                    this.lockFinder = lockFinder;
1624            }
1625    
1626            /**
1627             * Returns the membership request local service.
1628             *
1629             * @return the membership request local service
1630             */
1631            public MembershipRequestLocalService getMembershipRequestLocalService() {
1632                    return membershipRequestLocalService;
1633            }
1634    
1635            /**
1636             * Sets the membership request local service.
1637             *
1638             * @param membershipRequestLocalService the membership request local service
1639             */
1640            public void setMembershipRequestLocalService(
1641                    MembershipRequestLocalService membershipRequestLocalService) {
1642                    this.membershipRequestLocalService = membershipRequestLocalService;
1643            }
1644    
1645            /**
1646             * Returns the membership request remote service.
1647             *
1648             * @return the membership request remote service
1649             */
1650            public MembershipRequestService getMembershipRequestService() {
1651                    return membershipRequestService;
1652            }
1653    
1654            /**
1655             * Sets the membership request remote service.
1656             *
1657             * @param membershipRequestService the membership request remote service
1658             */
1659            public void setMembershipRequestService(
1660                    MembershipRequestService membershipRequestService) {
1661                    this.membershipRequestService = membershipRequestService;
1662            }
1663    
1664            /**
1665             * Returns the membership request persistence.
1666             *
1667             * @return the membership request persistence
1668             */
1669            public MembershipRequestPersistence getMembershipRequestPersistence() {
1670                    return membershipRequestPersistence;
1671            }
1672    
1673            /**
1674             * Sets the membership request persistence.
1675             *
1676             * @param membershipRequestPersistence the membership request persistence
1677             */
1678            public void setMembershipRequestPersistence(
1679                    MembershipRequestPersistence membershipRequestPersistence) {
1680                    this.membershipRequestPersistence = membershipRequestPersistence;
1681            }
1682    
1683            /**
1684             * Returns the organization local service.
1685             *
1686             * @return the organization local service
1687             */
1688            public OrganizationLocalService getOrganizationLocalService() {
1689                    return organizationLocalService;
1690            }
1691    
1692            /**
1693             * Sets the organization local service.
1694             *
1695             * @param organizationLocalService the organization local service
1696             */
1697            public void setOrganizationLocalService(
1698                    OrganizationLocalService organizationLocalService) {
1699                    this.organizationLocalService = organizationLocalService;
1700            }
1701    
1702            /**
1703             * Returns the organization remote service.
1704             *
1705             * @return the organization remote service
1706             */
1707            public OrganizationService getOrganizationService() {
1708                    return organizationService;
1709            }
1710    
1711            /**
1712             * Sets the organization remote service.
1713             *
1714             * @param organizationService the organization remote service
1715             */
1716            public void setOrganizationService(OrganizationService organizationService) {
1717                    this.organizationService = organizationService;
1718            }
1719    
1720            /**
1721             * Returns the organization persistence.
1722             *
1723             * @return the organization persistence
1724             */
1725            public OrganizationPersistence getOrganizationPersistence() {
1726                    return organizationPersistence;
1727            }
1728    
1729            /**
1730             * Sets the organization persistence.
1731             *
1732             * @param organizationPersistence the organization persistence
1733             */
1734            public void setOrganizationPersistence(
1735                    OrganizationPersistence organizationPersistence) {
1736                    this.organizationPersistence = organizationPersistence;
1737            }
1738    
1739            /**
1740             * Returns the organization finder.
1741             *
1742             * @return the organization finder
1743             */
1744            public OrganizationFinder getOrganizationFinder() {
1745                    return organizationFinder;
1746            }
1747    
1748            /**
1749             * Sets the organization finder.
1750             *
1751             * @param organizationFinder the organization finder
1752             */
1753            public void setOrganizationFinder(OrganizationFinder organizationFinder) {
1754                    this.organizationFinder = organizationFinder;
1755            }
1756    
1757            /**
1758             * Returns the org group permission persistence.
1759             *
1760             * @return the org group permission persistence
1761             */
1762            public OrgGroupPermissionPersistence getOrgGroupPermissionPersistence() {
1763                    return orgGroupPermissionPersistence;
1764            }
1765    
1766            /**
1767             * Sets the org group permission persistence.
1768             *
1769             * @param orgGroupPermissionPersistence the org group permission persistence
1770             */
1771            public void setOrgGroupPermissionPersistence(
1772                    OrgGroupPermissionPersistence orgGroupPermissionPersistence) {
1773                    this.orgGroupPermissionPersistence = orgGroupPermissionPersistence;
1774            }
1775    
1776            /**
1777             * Returns the org group permission finder.
1778             *
1779             * @return the org group permission finder
1780             */
1781            public OrgGroupPermissionFinder getOrgGroupPermissionFinder() {
1782                    return orgGroupPermissionFinder;
1783            }
1784    
1785            /**
1786             * Sets the org group permission finder.
1787             *
1788             * @param orgGroupPermissionFinder the org group permission finder
1789             */
1790            public void setOrgGroupPermissionFinder(
1791                    OrgGroupPermissionFinder orgGroupPermissionFinder) {
1792                    this.orgGroupPermissionFinder = orgGroupPermissionFinder;
1793            }
1794    
1795            /**
1796             * Returns the org group role persistence.
1797             *
1798             * @return the org group role persistence
1799             */
1800            public OrgGroupRolePersistence getOrgGroupRolePersistence() {
1801                    return orgGroupRolePersistence;
1802            }
1803    
1804            /**
1805             * Sets the org group role persistence.
1806             *
1807             * @param orgGroupRolePersistence the org group role persistence
1808             */
1809            public void setOrgGroupRolePersistence(
1810                    OrgGroupRolePersistence orgGroupRolePersistence) {
1811                    this.orgGroupRolePersistence = orgGroupRolePersistence;
1812            }
1813    
1814            /**
1815             * Returns the org labor local service.
1816             *
1817             * @return the org labor local service
1818             */
1819            public OrgLaborLocalService getOrgLaborLocalService() {
1820                    return orgLaborLocalService;
1821            }
1822    
1823            /**
1824             * Sets the org labor local service.
1825             *
1826             * @param orgLaborLocalService the org labor local service
1827             */
1828            public void setOrgLaborLocalService(
1829                    OrgLaborLocalService orgLaborLocalService) {
1830                    this.orgLaborLocalService = orgLaborLocalService;
1831            }
1832    
1833            /**
1834             * Returns the org labor remote service.
1835             *
1836             * @return the org labor remote service
1837             */
1838            public OrgLaborService getOrgLaborService() {
1839                    return orgLaborService;
1840            }
1841    
1842            /**
1843             * Sets the org labor remote service.
1844             *
1845             * @param orgLaborService the org labor remote service
1846             */
1847            public void setOrgLaborService(OrgLaborService orgLaborService) {
1848                    this.orgLaborService = orgLaborService;
1849            }
1850    
1851            /**
1852             * Returns the org labor persistence.
1853             *
1854             * @return the org labor persistence
1855             */
1856            public OrgLaborPersistence getOrgLaborPersistence() {
1857                    return orgLaborPersistence;
1858            }
1859    
1860            /**
1861             * Sets the org labor persistence.
1862             *
1863             * @param orgLaborPersistence the org labor persistence
1864             */
1865            public void setOrgLaborPersistence(OrgLaborPersistence orgLaborPersistence) {
1866                    this.orgLaborPersistence = orgLaborPersistence;
1867            }
1868    
1869            /**
1870             * Returns the password policy local service.
1871             *
1872             * @return the password policy local service
1873             */
1874            public PasswordPolicyLocalService getPasswordPolicyLocalService() {
1875                    return passwordPolicyLocalService;
1876            }
1877    
1878            /**
1879             * Sets the password policy local service.
1880             *
1881             * @param passwordPolicyLocalService the password policy local service
1882             */
1883            public void setPasswordPolicyLocalService(
1884                    PasswordPolicyLocalService passwordPolicyLocalService) {
1885                    this.passwordPolicyLocalService = passwordPolicyLocalService;
1886            }
1887    
1888            /**
1889             * Returns the password policy remote service.
1890             *
1891             * @return the password policy remote service
1892             */
1893            public PasswordPolicyService getPasswordPolicyService() {
1894                    return passwordPolicyService;
1895            }
1896    
1897            /**
1898             * Sets the password policy remote service.
1899             *
1900             * @param passwordPolicyService the password policy remote service
1901             */
1902            public void setPasswordPolicyService(
1903                    PasswordPolicyService passwordPolicyService) {
1904                    this.passwordPolicyService = passwordPolicyService;
1905            }
1906    
1907            /**
1908             * Returns the password policy persistence.
1909             *
1910             * @return the password policy persistence
1911             */
1912            public PasswordPolicyPersistence getPasswordPolicyPersistence() {
1913                    return passwordPolicyPersistence;
1914            }
1915    
1916            /**
1917             * Sets the password policy persistence.
1918             *
1919             * @param passwordPolicyPersistence the password policy persistence
1920             */
1921            public void setPasswordPolicyPersistence(
1922                    PasswordPolicyPersistence passwordPolicyPersistence) {
1923                    this.passwordPolicyPersistence = passwordPolicyPersistence;
1924            }
1925    
1926            /**
1927             * Returns the password policy finder.
1928             *
1929             * @return the password policy finder
1930             */
1931            public PasswordPolicyFinder getPasswordPolicyFinder() {
1932                    return passwordPolicyFinder;
1933            }
1934    
1935            /**
1936             * Sets the password policy finder.
1937             *
1938             * @param passwordPolicyFinder the password policy finder
1939             */
1940            public void setPasswordPolicyFinder(
1941                    PasswordPolicyFinder passwordPolicyFinder) {
1942                    this.passwordPolicyFinder = passwordPolicyFinder;
1943            }
1944    
1945            /**
1946             * Returns the password policy rel local service.
1947             *
1948             * @return the password policy rel local service
1949             */
1950            public PasswordPolicyRelLocalService getPasswordPolicyRelLocalService() {
1951                    return passwordPolicyRelLocalService;
1952            }
1953    
1954            /**
1955             * Sets the password policy rel local service.
1956             *
1957             * @param passwordPolicyRelLocalService the password policy rel local service
1958             */
1959            public void setPasswordPolicyRelLocalService(
1960                    PasswordPolicyRelLocalService passwordPolicyRelLocalService) {
1961                    this.passwordPolicyRelLocalService = passwordPolicyRelLocalService;
1962            }
1963    
1964            /**
1965             * Returns the password policy rel persistence.
1966             *
1967             * @return the password policy rel persistence
1968             */
1969            public PasswordPolicyRelPersistence getPasswordPolicyRelPersistence() {
1970                    return passwordPolicyRelPersistence;
1971            }
1972    
1973            /**
1974             * Sets the password policy rel persistence.
1975             *
1976             * @param passwordPolicyRelPersistence the password policy rel persistence
1977             */
1978            public void setPasswordPolicyRelPersistence(
1979                    PasswordPolicyRelPersistence passwordPolicyRelPersistence) {
1980                    this.passwordPolicyRelPersistence = passwordPolicyRelPersistence;
1981            }
1982    
1983            /**
1984             * Returns the password tracker local service.
1985             *
1986             * @return the password tracker local service
1987             */
1988            public PasswordTrackerLocalService getPasswordTrackerLocalService() {
1989                    return passwordTrackerLocalService;
1990            }
1991    
1992            /**
1993             * Sets the password tracker local service.
1994             *
1995             * @param passwordTrackerLocalService the password tracker local service
1996             */
1997            public void setPasswordTrackerLocalService(
1998                    PasswordTrackerLocalService passwordTrackerLocalService) {
1999                    this.passwordTrackerLocalService = passwordTrackerLocalService;
2000            }
2001    
2002            /**
2003             * Returns the password tracker persistence.
2004             *
2005             * @return the password tracker persistence
2006             */
2007            public PasswordTrackerPersistence getPasswordTrackerPersistence() {
2008                    return passwordTrackerPersistence;
2009            }
2010    
2011            /**
2012             * Sets the password tracker persistence.
2013             *
2014             * @param passwordTrackerPersistence the password tracker persistence
2015             */
2016            public void setPasswordTrackerPersistence(
2017                    PasswordTrackerPersistence passwordTrackerPersistence) {
2018                    this.passwordTrackerPersistence = passwordTrackerPersistence;
2019            }
2020    
2021            /**
2022             * Returns the permission local service.
2023             *
2024             * @return the permission local service
2025             */
2026            public PermissionLocalService getPermissionLocalService() {
2027                    return permissionLocalService;
2028            }
2029    
2030            /**
2031             * Sets the permission local service.
2032             *
2033             * @param permissionLocalService the permission local service
2034             */
2035            public void setPermissionLocalService(
2036                    PermissionLocalService permissionLocalService) {
2037                    this.permissionLocalService = permissionLocalService;
2038            }
2039    
2040            /**
2041             * Returns the permission remote service.
2042             *
2043             * @return the permission remote service
2044             */
2045            public PermissionService getPermissionService() {
2046                    return permissionService;
2047            }
2048    
2049            /**
2050             * Sets the permission remote service.
2051             *
2052             * @param permissionService the permission remote service
2053             */
2054            public void setPermissionService(PermissionService permissionService) {
2055                    this.permissionService = permissionService;
2056            }
2057    
2058            /**
2059             * Returns the permission persistence.
2060             *
2061             * @return the permission persistence
2062             */
2063            public PermissionPersistence getPermissionPersistence() {
2064                    return permissionPersistence;
2065            }
2066    
2067            /**
2068             * Sets the permission persistence.
2069             *
2070             * @param permissionPersistence the permission persistence
2071             */
2072            public void setPermissionPersistence(
2073                    PermissionPersistence permissionPersistence) {
2074                    this.permissionPersistence = permissionPersistence;
2075            }
2076    
2077            /**
2078             * Returns the permission finder.
2079             *
2080             * @return the permission finder
2081             */
2082            public PermissionFinder getPermissionFinder() {
2083                    return permissionFinder;
2084            }
2085    
2086            /**
2087             * Sets the permission finder.
2088             *
2089             * @param permissionFinder the permission finder
2090             */
2091            public void setPermissionFinder(PermissionFinder permissionFinder) {
2092                    this.permissionFinder = permissionFinder;
2093            }
2094    
2095            /**
2096             * Returns the phone local service.
2097             *
2098             * @return the phone local service
2099             */
2100            public PhoneLocalService getPhoneLocalService() {
2101                    return phoneLocalService;
2102            }
2103    
2104            /**
2105             * Sets the phone local service.
2106             *
2107             * @param phoneLocalService the phone local service
2108             */
2109            public void setPhoneLocalService(PhoneLocalService phoneLocalService) {
2110                    this.phoneLocalService = phoneLocalService;
2111            }
2112    
2113            /**
2114             * Returns the phone remote service.
2115             *
2116             * @return the phone remote service
2117             */
2118            public PhoneService getPhoneService() {
2119                    return phoneService;
2120            }
2121    
2122            /**
2123             * Sets the phone remote service.
2124             *
2125             * @param phoneService the phone remote service
2126             */
2127            public void setPhoneService(PhoneService phoneService) {
2128                    this.phoneService = phoneService;
2129            }
2130    
2131            /**
2132             * Returns the phone persistence.
2133             *
2134             * @return the phone persistence
2135             */
2136            public PhonePersistence getPhonePersistence() {
2137                    return phonePersistence;
2138            }
2139    
2140            /**
2141             * Sets the phone persistence.
2142             *
2143             * @param phonePersistence the phone persistence
2144             */
2145            public void setPhonePersistence(PhonePersistence phonePersistence) {
2146                    this.phonePersistence = phonePersistence;
2147            }
2148    
2149            /**
2150             * Returns the plugin setting local service.
2151             *
2152             * @return the plugin setting local service
2153             */
2154            public PluginSettingLocalService getPluginSettingLocalService() {
2155                    return pluginSettingLocalService;
2156            }
2157    
2158            /**
2159             * Sets the plugin setting local service.
2160             *
2161             * @param pluginSettingLocalService the plugin setting local service
2162             */
2163            public void setPluginSettingLocalService(
2164                    PluginSettingLocalService pluginSettingLocalService) {
2165                    this.pluginSettingLocalService = pluginSettingLocalService;
2166            }
2167    
2168            /**
2169             * Returns the plugin setting remote service.
2170             *
2171             * @return the plugin setting remote service
2172             */
2173            public PluginSettingService getPluginSettingService() {
2174                    return pluginSettingService;
2175            }
2176    
2177            /**
2178             * Sets the plugin setting remote service.
2179             *
2180             * @param pluginSettingService the plugin setting remote service
2181             */
2182            public void setPluginSettingService(
2183                    PluginSettingService pluginSettingService) {
2184                    this.pluginSettingService = pluginSettingService;
2185            }
2186    
2187            /**
2188             * Returns the plugin setting persistence.
2189             *
2190             * @return the plugin setting persistence
2191             */
2192            public PluginSettingPersistence getPluginSettingPersistence() {
2193                    return pluginSettingPersistence;
2194            }
2195    
2196            /**
2197             * Sets the plugin setting persistence.
2198             *
2199             * @param pluginSettingPersistence the plugin setting persistence
2200             */
2201            public void setPluginSettingPersistence(
2202                    PluginSettingPersistence pluginSettingPersistence) {
2203                    this.pluginSettingPersistence = pluginSettingPersistence;
2204            }
2205    
2206            /**
2207             * Returns the portal local service.
2208             *
2209             * @return the portal local service
2210             */
2211            public PortalLocalService getPortalLocalService() {
2212                    return portalLocalService;
2213            }
2214    
2215            /**
2216             * Sets the portal local service.
2217             *
2218             * @param portalLocalService the portal local service
2219             */
2220            public void setPortalLocalService(PortalLocalService portalLocalService) {
2221                    this.portalLocalService = portalLocalService;
2222            }
2223    
2224            /**
2225             * Returns the portal remote service.
2226             *
2227             * @return the portal remote service
2228             */
2229            public PortalService getPortalService() {
2230                    return portalService;
2231            }
2232    
2233            /**
2234             * Sets the portal remote service.
2235             *
2236             * @param portalService the portal remote service
2237             */
2238            public void setPortalService(PortalService portalService) {
2239                    this.portalService = portalService;
2240            }
2241    
2242            /**
2243             * Returns the portal preferences local service.
2244             *
2245             * @return the portal preferences local service
2246             */
2247            public PortalPreferencesLocalService getPortalPreferencesLocalService() {
2248                    return portalPreferencesLocalService;
2249            }
2250    
2251            /**
2252             * Sets the portal preferences local service.
2253             *
2254             * @param portalPreferencesLocalService the portal preferences local service
2255             */
2256            public void setPortalPreferencesLocalService(
2257                    PortalPreferencesLocalService portalPreferencesLocalService) {
2258                    this.portalPreferencesLocalService = portalPreferencesLocalService;
2259            }
2260    
2261            /**
2262             * Returns the portal preferences persistence.
2263             *
2264             * @return the portal preferences persistence
2265             */
2266            public PortalPreferencesPersistence getPortalPreferencesPersistence() {
2267                    return portalPreferencesPersistence;
2268            }
2269    
2270            /**
2271             * Sets the portal preferences persistence.
2272             *
2273             * @param portalPreferencesPersistence the portal preferences persistence
2274             */
2275            public void setPortalPreferencesPersistence(
2276                    PortalPreferencesPersistence portalPreferencesPersistence) {
2277                    this.portalPreferencesPersistence = portalPreferencesPersistence;
2278            }
2279    
2280            /**
2281             * Returns the portlet local service.
2282             *
2283             * @return the portlet local service
2284             */
2285            public PortletLocalService getPortletLocalService() {
2286                    return portletLocalService;
2287            }
2288    
2289            /**
2290             * Sets the portlet local service.
2291             *
2292             * @param portletLocalService the portlet local service
2293             */
2294            public void setPortletLocalService(PortletLocalService portletLocalService) {
2295                    this.portletLocalService = portletLocalService;
2296            }
2297    
2298            /**
2299             * Returns the portlet remote service.
2300             *
2301             * @return the portlet remote service
2302             */
2303            public PortletService getPortletService() {
2304                    return portletService;
2305            }
2306    
2307            /**
2308             * Sets the portlet remote service.
2309             *
2310             * @param portletService the portlet remote service
2311             */
2312            public void setPortletService(PortletService portletService) {
2313                    this.portletService = portletService;
2314            }
2315    
2316            /**
2317             * Returns the portlet persistence.
2318             *
2319             * @return the portlet persistence
2320             */
2321            public PortletPersistence getPortletPersistence() {
2322                    return portletPersistence;
2323            }
2324    
2325            /**
2326             * Sets the portlet persistence.
2327             *
2328             * @param portletPersistence the portlet persistence
2329             */
2330            public void setPortletPersistence(PortletPersistence portletPersistence) {
2331                    this.portletPersistence = portletPersistence;
2332            }
2333    
2334            /**
2335             * Returns the portlet item local service.
2336             *
2337             * @return the portlet item local service
2338             */
2339            public PortletItemLocalService getPortletItemLocalService() {
2340                    return portletItemLocalService;
2341            }
2342    
2343            /**
2344             * Sets the portlet item local service.
2345             *
2346             * @param portletItemLocalService the portlet item local service
2347             */
2348            public void setPortletItemLocalService(
2349                    PortletItemLocalService portletItemLocalService) {
2350                    this.portletItemLocalService = portletItemLocalService;
2351            }
2352    
2353            /**
2354             * Returns the portlet item persistence.
2355             *
2356             * @return the portlet item persistence
2357             */
2358            public PortletItemPersistence getPortletItemPersistence() {
2359                    return portletItemPersistence;
2360            }
2361    
2362            /**
2363             * Sets the portlet item persistence.
2364             *
2365             * @param portletItemPersistence the portlet item persistence
2366             */
2367            public void setPortletItemPersistence(
2368                    PortletItemPersistence portletItemPersistence) {
2369                    this.portletItemPersistence = portletItemPersistence;
2370            }
2371    
2372            /**
2373             * Returns the portlet preferences local service.
2374             *
2375             * @return the portlet preferences local service
2376             */
2377            public PortletPreferencesLocalService getPortletPreferencesLocalService() {
2378                    return portletPreferencesLocalService;
2379            }
2380    
2381            /**
2382             * Sets the portlet preferences local service.
2383             *
2384             * @param portletPreferencesLocalService the portlet preferences local service
2385             */
2386            public void setPortletPreferencesLocalService(
2387                    PortletPreferencesLocalService portletPreferencesLocalService) {
2388                    this.portletPreferencesLocalService = portletPreferencesLocalService;
2389            }
2390    
2391            /**
2392             * Returns the portlet preferences remote service.
2393             *
2394             * @return the portlet preferences remote service
2395             */
2396            public PortletPreferencesService getPortletPreferencesService() {
2397                    return portletPreferencesService;
2398            }
2399    
2400            /**
2401             * Sets the portlet preferences remote service.
2402             *
2403             * @param portletPreferencesService the portlet preferences remote service
2404             */
2405            public void setPortletPreferencesService(
2406                    PortletPreferencesService portletPreferencesService) {
2407                    this.portletPreferencesService = portletPreferencesService;
2408            }
2409    
2410            /**
2411             * Returns the portlet preferences persistence.
2412             *
2413             * @return the portlet preferences persistence
2414             */
2415            public PortletPreferencesPersistence getPortletPreferencesPersistence() {
2416                    return portletPreferencesPersistence;
2417            }
2418    
2419            /**
2420             * Sets the portlet preferences persistence.
2421             *
2422             * @param portletPreferencesPersistence the portlet preferences persistence
2423             */
2424            public void setPortletPreferencesPersistence(
2425                    PortletPreferencesPersistence portletPreferencesPersistence) {
2426                    this.portletPreferencesPersistence = portletPreferencesPersistence;
2427            }
2428    
2429            /**
2430             * Returns the portlet preferences finder.
2431             *
2432             * @return the portlet preferences finder
2433             */
2434            public PortletPreferencesFinder getPortletPreferencesFinder() {
2435                    return portletPreferencesFinder;
2436            }
2437    
2438            /**
2439             * Sets the portlet preferences finder.
2440             *
2441             * @param portletPreferencesFinder the portlet preferences finder
2442             */
2443            public void setPortletPreferencesFinder(
2444                    PortletPreferencesFinder portletPreferencesFinder) {
2445                    this.portletPreferencesFinder = portletPreferencesFinder;
2446            }
2447    
2448            /**
2449             * Returns the quartz local service.
2450             *
2451             * @return the quartz local service
2452             */
2453            public QuartzLocalService getQuartzLocalService() {
2454                    return quartzLocalService;
2455            }
2456    
2457            /**
2458             * Sets the quartz local service.
2459             *
2460             * @param quartzLocalService the quartz local service
2461             */
2462            public void setQuartzLocalService(QuartzLocalService quartzLocalService) {
2463                    this.quartzLocalService = quartzLocalService;
2464            }
2465    
2466            /**
2467             * Returns the region remote service.
2468             *
2469             * @return the region remote service
2470             */
2471            public RegionService getRegionService() {
2472                    return regionService;
2473            }
2474    
2475            /**
2476             * Sets the region remote service.
2477             *
2478             * @param regionService the region remote service
2479             */
2480            public void setRegionService(RegionService regionService) {
2481                    this.regionService = regionService;
2482            }
2483    
2484            /**
2485             * Returns the region persistence.
2486             *
2487             * @return the region persistence
2488             */
2489            public RegionPersistence getRegionPersistence() {
2490                    return regionPersistence;
2491            }
2492    
2493            /**
2494             * Sets the region persistence.
2495             *
2496             * @param regionPersistence the region persistence
2497             */
2498            public void setRegionPersistence(RegionPersistence regionPersistence) {
2499                    this.regionPersistence = regionPersistence;
2500            }
2501    
2502            /**
2503             * Returns the release local service.
2504             *
2505             * @return the release local service
2506             */
2507            public ReleaseLocalService getReleaseLocalService() {
2508                    return releaseLocalService;
2509            }
2510    
2511            /**
2512             * Sets the release local service.
2513             *
2514             * @param releaseLocalService the release local service
2515             */
2516            public void setReleaseLocalService(ReleaseLocalService releaseLocalService) {
2517                    this.releaseLocalService = releaseLocalService;
2518            }
2519    
2520            /**
2521             * Returns the release persistence.
2522             *
2523             * @return the release persistence
2524             */
2525            public ReleasePersistence getReleasePersistence() {
2526                    return releasePersistence;
2527            }
2528    
2529            /**
2530             * Sets the release persistence.
2531             *
2532             * @param releasePersistence the release persistence
2533             */
2534            public void setReleasePersistence(ReleasePersistence releasePersistence) {
2535                    this.releasePersistence = releasePersistence;
2536            }
2537    
2538            /**
2539             * Returns the repository local service.
2540             *
2541             * @return the repository local service
2542             */
2543            public RepositoryLocalService getRepositoryLocalService() {
2544                    return repositoryLocalService;
2545            }
2546    
2547            /**
2548             * Sets the repository local service.
2549             *
2550             * @param repositoryLocalService the repository local service
2551             */
2552            public void setRepositoryLocalService(
2553                    RepositoryLocalService repositoryLocalService) {
2554                    this.repositoryLocalService = repositoryLocalService;
2555            }
2556    
2557            /**
2558             * Returns the repository remote service.
2559             *
2560             * @return the repository remote service
2561             */
2562            public RepositoryService getRepositoryService() {
2563                    return repositoryService;
2564            }
2565    
2566            /**
2567             * Sets the repository remote service.
2568             *
2569             * @param repositoryService the repository remote service
2570             */
2571            public void setRepositoryService(RepositoryService repositoryService) {
2572                    this.repositoryService = repositoryService;
2573            }
2574    
2575            /**
2576             * Returns the repository persistence.
2577             *
2578             * @return the repository persistence
2579             */
2580            public RepositoryPersistence getRepositoryPersistence() {
2581                    return repositoryPersistence;
2582            }
2583    
2584            /**
2585             * Sets the repository persistence.
2586             *
2587             * @param repositoryPersistence the repository persistence
2588             */
2589            public void setRepositoryPersistence(
2590                    RepositoryPersistence repositoryPersistence) {
2591                    this.repositoryPersistence = repositoryPersistence;
2592            }
2593    
2594            /**
2595             * Returns the repository entry local service.
2596             *
2597             * @return the repository entry local service
2598             */
2599            public RepositoryEntryLocalService getRepositoryEntryLocalService() {
2600                    return repositoryEntryLocalService;
2601            }
2602    
2603            /**
2604             * Sets the repository entry local service.
2605             *
2606             * @param repositoryEntryLocalService the repository entry local service
2607             */
2608            public void setRepositoryEntryLocalService(
2609                    RepositoryEntryLocalService repositoryEntryLocalService) {
2610                    this.repositoryEntryLocalService = repositoryEntryLocalService;
2611            }
2612    
2613            /**
2614             * Returns the repository entry persistence.
2615             *
2616             * @return the repository entry persistence
2617             */
2618            public RepositoryEntryPersistence getRepositoryEntryPersistence() {
2619                    return repositoryEntryPersistence;
2620            }
2621    
2622            /**
2623             * Sets the repository entry persistence.
2624             *
2625             * @param repositoryEntryPersistence the repository entry persistence
2626             */
2627            public void setRepositoryEntryPersistence(
2628                    RepositoryEntryPersistence repositoryEntryPersistence) {
2629                    this.repositoryEntryPersistence = repositoryEntryPersistence;
2630            }
2631    
2632            /**
2633             * Returns the resource local service.
2634             *
2635             * @return the resource local service
2636             */
2637            public ResourceLocalService getResourceLocalService() {
2638                    return resourceLocalService;
2639            }
2640    
2641            /**
2642             * Sets the resource local service.
2643             *
2644             * @param resourceLocalService the resource local service
2645             */
2646            public void setResourceLocalService(
2647                    ResourceLocalService resourceLocalService) {
2648                    this.resourceLocalService = resourceLocalService;
2649            }
2650    
2651            /**
2652             * Returns the resource remote service.
2653             *
2654             * @return the resource remote service
2655             */
2656            public ResourceService getResourceService() {
2657                    return resourceService;
2658            }
2659    
2660            /**
2661             * Sets the resource remote service.
2662             *
2663             * @param resourceService the resource remote service
2664             */
2665            public void setResourceService(ResourceService resourceService) {
2666                    this.resourceService = resourceService;
2667            }
2668    
2669            /**
2670             * Returns the resource persistence.
2671             *
2672             * @return the resource persistence
2673             */
2674            public ResourcePersistence getResourcePersistence() {
2675                    return resourcePersistence;
2676            }
2677    
2678            /**
2679             * Sets the resource persistence.
2680             *
2681             * @param resourcePersistence the resource persistence
2682             */
2683            public void setResourcePersistence(ResourcePersistence resourcePersistence) {
2684                    this.resourcePersistence = resourcePersistence;
2685            }
2686    
2687            /**
2688             * Returns the resource finder.
2689             *
2690             * @return the resource finder
2691             */
2692            public ResourceFinder getResourceFinder() {
2693                    return resourceFinder;
2694            }
2695    
2696            /**
2697             * Sets the resource finder.
2698             *
2699             * @param resourceFinder the resource finder
2700             */
2701            public void setResourceFinder(ResourceFinder resourceFinder) {
2702                    this.resourceFinder = resourceFinder;
2703            }
2704    
2705            /**
2706             * Returns the resource action local service.
2707             *
2708             * @return the resource action local service
2709             */
2710            public ResourceActionLocalService getResourceActionLocalService() {
2711                    return resourceActionLocalService;
2712            }
2713    
2714            /**
2715             * Sets the resource action local service.
2716             *
2717             * @param resourceActionLocalService the resource action local service
2718             */
2719            public void setResourceActionLocalService(
2720                    ResourceActionLocalService resourceActionLocalService) {
2721                    this.resourceActionLocalService = resourceActionLocalService;
2722            }
2723    
2724            /**
2725             * Returns the resource action persistence.
2726             *
2727             * @return the resource action persistence
2728             */
2729            public ResourceActionPersistence getResourceActionPersistence() {
2730                    return resourceActionPersistence;
2731            }
2732    
2733            /**
2734             * Sets the resource action persistence.
2735             *
2736             * @param resourceActionPersistence the resource action persistence
2737             */
2738            public void setResourceActionPersistence(
2739                    ResourceActionPersistence resourceActionPersistence) {
2740                    this.resourceActionPersistence = resourceActionPersistence;
2741            }
2742    
2743            /**
2744             * Returns the resource block local service.
2745             *
2746             * @return the resource block local service
2747             */
2748            public ResourceBlockLocalService getResourceBlockLocalService() {
2749                    return resourceBlockLocalService;
2750            }
2751    
2752            /**
2753             * Sets the resource block local service.
2754             *
2755             * @param resourceBlockLocalService the resource block local service
2756             */
2757            public void setResourceBlockLocalService(
2758                    ResourceBlockLocalService resourceBlockLocalService) {
2759                    this.resourceBlockLocalService = resourceBlockLocalService;
2760            }
2761    
2762            /**
2763             * Returns the resource block remote service.
2764             *
2765             * @return the resource block remote service
2766             */
2767            public ResourceBlockService getResourceBlockService() {
2768                    return resourceBlockService;
2769            }
2770    
2771            /**
2772             * Sets the resource block remote service.
2773             *
2774             * @param resourceBlockService the resource block remote service
2775             */
2776            public void setResourceBlockService(
2777                    ResourceBlockService resourceBlockService) {
2778                    this.resourceBlockService = resourceBlockService;
2779            }
2780    
2781            /**
2782             * Returns the resource block persistence.
2783             *
2784             * @return the resource block persistence
2785             */
2786            public ResourceBlockPersistence getResourceBlockPersistence() {
2787                    return resourceBlockPersistence;
2788            }
2789    
2790            /**
2791             * Sets the resource block persistence.
2792             *
2793             * @param resourceBlockPersistence the resource block persistence
2794             */
2795            public void setResourceBlockPersistence(
2796                    ResourceBlockPersistence resourceBlockPersistence) {
2797                    this.resourceBlockPersistence = resourceBlockPersistence;
2798            }
2799    
2800            /**
2801             * Returns the resource block finder.
2802             *
2803             * @return the resource block finder
2804             */
2805            public ResourceBlockFinder getResourceBlockFinder() {
2806                    return resourceBlockFinder;
2807            }
2808    
2809            /**
2810             * Sets the resource block finder.
2811             *
2812             * @param resourceBlockFinder the resource block finder
2813             */
2814            public void setResourceBlockFinder(ResourceBlockFinder resourceBlockFinder) {
2815                    this.resourceBlockFinder = resourceBlockFinder;
2816            }
2817    
2818            /**
2819             * Returns the resource block permission local service.
2820             *
2821             * @return the resource block permission local service
2822             */
2823            public ResourceBlockPermissionLocalService getResourceBlockPermissionLocalService() {
2824                    return resourceBlockPermissionLocalService;
2825            }
2826    
2827            /**
2828             * Sets the resource block permission local service.
2829             *
2830             * @param resourceBlockPermissionLocalService the resource block permission local service
2831             */
2832            public void setResourceBlockPermissionLocalService(
2833                    ResourceBlockPermissionLocalService resourceBlockPermissionLocalService) {
2834                    this.resourceBlockPermissionLocalService = resourceBlockPermissionLocalService;
2835            }
2836    
2837            /**
2838             * Returns the resource block permission persistence.
2839             *
2840             * @return the resource block permission persistence
2841             */
2842            public ResourceBlockPermissionPersistence getResourceBlockPermissionPersistence() {
2843                    return resourceBlockPermissionPersistence;
2844            }
2845    
2846            /**
2847             * Sets the resource block permission persistence.
2848             *
2849             * @param resourceBlockPermissionPersistence the resource block permission persistence
2850             */
2851            public void setResourceBlockPermissionPersistence(
2852                    ResourceBlockPermissionPersistence resourceBlockPermissionPersistence) {
2853                    this.resourceBlockPermissionPersistence = resourceBlockPermissionPersistence;
2854            }
2855    
2856            /**
2857             * Returns the resource code local service.
2858             *
2859             * @return the resource code local service
2860             */
2861            public ResourceCodeLocalService getResourceCodeLocalService() {
2862                    return resourceCodeLocalService;
2863            }
2864    
2865            /**
2866             * Sets the resource code local service.
2867             *
2868             * @param resourceCodeLocalService the resource code local service
2869             */
2870            public void setResourceCodeLocalService(
2871                    ResourceCodeLocalService resourceCodeLocalService) {
2872                    this.resourceCodeLocalService = resourceCodeLocalService;
2873            }
2874    
2875            /**
2876             * Returns the resource code persistence.
2877             *
2878             * @return the resource code persistence
2879             */
2880            public ResourceCodePersistence getResourceCodePersistence() {
2881                    return resourceCodePersistence;
2882            }
2883    
2884            /**
2885             * Sets the resource code persistence.
2886             *
2887             * @param resourceCodePersistence the resource code persistence
2888             */
2889            public void setResourceCodePersistence(
2890                    ResourceCodePersistence resourceCodePersistence) {
2891                    this.resourceCodePersistence = resourceCodePersistence;
2892            }
2893    
2894            /**
2895             * Returns the resource permission local service.
2896             *
2897             * @return the resource permission local service
2898             */
2899            public ResourcePermissionLocalService getResourcePermissionLocalService() {
2900                    return resourcePermissionLocalService;
2901            }
2902    
2903            /**
2904             * Sets the resource permission local service.
2905             *
2906             * @param resourcePermissionLocalService the resource permission local service
2907             */
2908            public void setResourcePermissionLocalService(
2909                    ResourcePermissionLocalService resourcePermissionLocalService) {
2910                    this.resourcePermissionLocalService = resourcePermissionLocalService;
2911            }
2912    
2913            /**
2914             * Returns the resource permission remote service.
2915             *
2916             * @return the resource permission remote service
2917             */
2918            public ResourcePermissionService getResourcePermissionService() {
2919                    return resourcePermissionService;
2920            }
2921    
2922            /**
2923             * Sets the resource permission remote service.
2924             *
2925             * @param resourcePermissionService the resource permission remote service
2926             */
2927            public void setResourcePermissionService(
2928                    ResourcePermissionService resourcePermissionService) {
2929                    this.resourcePermissionService = resourcePermissionService;
2930            }
2931    
2932            /**
2933             * Returns the resource permission persistence.
2934             *
2935             * @return the resource permission persistence
2936             */
2937            public ResourcePermissionPersistence getResourcePermissionPersistence() {
2938                    return resourcePermissionPersistence;
2939            }
2940    
2941            /**
2942             * Sets the resource permission persistence.
2943             *
2944             * @param resourcePermissionPersistence the resource permission persistence
2945             */
2946            public void setResourcePermissionPersistence(
2947                    ResourcePermissionPersistence resourcePermissionPersistence) {
2948                    this.resourcePermissionPersistence = resourcePermissionPersistence;
2949            }
2950    
2951            /**
2952             * Returns the resource permission finder.
2953             *
2954             * @return the resource permission finder
2955             */
2956            public ResourcePermissionFinder getResourcePermissionFinder() {
2957                    return resourcePermissionFinder;
2958            }
2959    
2960            /**
2961             * Sets the resource permission finder.
2962             *
2963             * @param resourcePermissionFinder the resource permission finder
2964             */
2965            public void setResourcePermissionFinder(
2966                    ResourcePermissionFinder resourcePermissionFinder) {
2967                    this.resourcePermissionFinder = resourcePermissionFinder;
2968            }
2969    
2970            /**
2971             * Returns the resource type permission local service.
2972             *
2973             * @return the resource type permission local service
2974             */
2975            public ResourceTypePermissionLocalService getResourceTypePermissionLocalService() {
2976                    return resourceTypePermissionLocalService;
2977            }
2978    
2979            /**
2980             * Sets the resource type permission local service.
2981             *
2982             * @param resourceTypePermissionLocalService the resource type permission local service
2983             */
2984            public void setResourceTypePermissionLocalService(
2985                    ResourceTypePermissionLocalService resourceTypePermissionLocalService) {
2986                    this.resourceTypePermissionLocalService = resourceTypePermissionLocalService;
2987            }
2988    
2989            /**
2990             * Returns the resource type permission persistence.
2991             *
2992             * @return the resource type permission persistence
2993             */
2994            public ResourceTypePermissionPersistence getResourceTypePermissionPersistence() {
2995                    return resourceTypePermissionPersistence;
2996            }
2997    
2998            /**
2999             * Sets the resource type permission persistence.
3000             *
3001             * @param resourceTypePermissionPersistence the resource type permission persistence
3002             */
3003            public void setResourceTypePermissionPersistence(
3004                    ResourceTypePermissionPersistence resourceTypePermissionPersistence) {
3005                    this.resourceTypePermissionPersistence = resourceTypePermissionPersistence;
3006            }
3007    
3008            /**
3009             * Returns the resource type permission finder.
3010             *
3011             * @return the resource type permission finder
3012             */
3013            public ResourceTypePermissionFinder getResourceTypePermissionFinder() {
3014                    return resourceTypePermissionFinder;
3015            }
3016    
3017            /**
3018             * Sets the resource type permission finder.
3019             *
3020             * @param resourceTypePermissionFinder the resource type permission finder
3021             */
3022            public void setResourceTypePermissionFinder(
3023                    ResourceTypePermissionFinder resourceTypePermissionFinder) {
3024                    this.resourceTypePermissionFinder = resourceTypePermissionFinder;
3025            }
3026    
3027            /**
3028             * Returns the role local service.
3029             *
3030             * @return the role local service
3031             */
3032            public RoleLocalService getRoleLocalService() {
3033                    return roleLocalService;
3034            }
3035    
3036            /**
3037             * Sets the role local service.
3038             *
3039             * @param roleLocalService the role local service
3040             */
3041            public void setRoleLocalService(RoleLocalService roleLocalService) {
3042                    this.roleLocalService = roleLocalService;
3043            }
3044    
3045            /**
3046             * Returns the role remote service.
3047             *
3048             * @return the role remote service
3049             */
3050            public RoleService getRoleService() {
3051                    return roleService;
3052            }
3053    
3054            /**
3055             * Sets the role remote service.
3056             *
3057             * @param roleService the role remote service
3058             */
3059            public void setRoleService(RoleService roleService) {
3060                    this.roleService = roleService;
3061            }
3062    
3063            /**
3064             * Returns the role persistence.
3065             *
3066             * @return the role persistence
3067             */
3068            public RolePersistence getRolePersistence() {
3069                    return rolePersistence;
3070            }
3071    
3072            /**
3073             * Sets the role persistence.
3074             *
3075             * @param rolePersistence the role persistence
3076             */
3077            public void setRolePersistence(RolePersistence rolePersistence) {
3078                    this.rolePersistence = rolePersistence;
3079            }
3080    
3081            /**
3082             * Returns the role finder.
3083             *
3084             * @return the role finder
3085             */
3086            public RoleFinder getRoleFinder() {
3087                    return roleFinder;
3088            }
3089    
3090            /**
3091             * Sets the role finder.
3092             *
3093             * @param roleFinder the role finder
3094             */
3095            public void setRoleFinder(RoleFinder roleFinder) {
3096                    this.roleFinder = roleFinder;
3097            }
3098    
3099            /**
3100             * Returns the service component local service.
3101             *
3102             * @return the service component local service
3103             */
3104            public ServiceComponentLocalService getServiceComponentLocalService() {
3105                    return serviceComponentLocalService;
3106            }
3107    
3108            /**
3109             * Sets the service component local service.
3110             *
3111             * @param serviceComponentLocalService the service component local service
3112             */
3113            public void setServiceComponentLocalService(
3114                    ServiceComponentLocalService serviceComponentLocalService) {
3115                    this.serviceComponentLocalService = serviceComponentLocalService;
3116            }
3117    
3118            /**
3119             * Returns the service component persistence.
3120             *
3121             * @return the service component persistence
3122             */
3123            public ServiceComponentPersistence getServiceComponentPersistence() {
3124                    return serviceComponentPersistence;
3125            }
3126    
3127            /**
3128             * Sets the service component persistence.
3129             *
3130             * @param serviceComponentPersistence the service component persistence
3131             */
3132            public void setServiceComponentPersistence(
3133                    ServiceComponentPersistence serviceComponentPersistence) {
3134                    this.serviceComponentPersistence = serviceComponentPersistence;
3135            }
3136    
3137            /**
3138             * Returns the shard local service.
3139             *
3140             * @return the shard local service
3141             */
3142            public ShardLocalService getShardLocalService() {
3143                    return shardLocalService;
3144            }
3145    
3146            /**
3147             * Sets the shard local service.
3148             *
3149             * @param shardLocalService the shard local service
3150             */
3151            public void setShardLocalService(ShardLocalService shardLocalService) {
3152                    this.shardLocalService = shardLocalService;
3153            }
3154    
3155            /**
3156             * Returns the shard persistence.
3157             *
3158             * @return the shard persistence
3159             */
3160            public ShardPersistence getShardPersistence() {
3161                    return shardPersistence;
3162            }
3163    
3164            /**
3165             * Sets the shard persistence.
3166             *
3167             * @param shardPersistence the shard persistence
3168             */
3169            public void setShardPersistence(ShardPersistence shardPersistence) {
3170                    this.shardPersistence = shardPersistence;
3171            }
3172    
3173            /**
3174             * Returns the subscription local service.
3175             *
3176             * @return the subscription local service
3177             */
3178            public SubscriptionLocalService getSubscriptionLocalService() {
3179                    return subscriptionLocalService;
3180            }
3181    
3182            /**
3183             * Sets the subscription local service.
3184             *
3185             * @param subscriptionLocalService the subscription local service
3186             */
3187            public void setSubscriptionLocalService(
3188                    SubscriptionLocalService subscriptionLocalService) {
3189                    this.subscriptionLocalService = subscriptionLocalService;
3190            }
3191    
3192            /**
3193             * Returns the subscription persistence.
3194             *
3195             * @return the subscription persistence
3196             */
3197            public SubscriptionPersistence getSubscriptionPersistence() {
3198                    return subscriptionPersistence;
3199            }
3200    
3201            /**
3202             * Sets the subscription persistence.
3203             *
3204             * @param subscriptionPersistence the subscription persistence
3205             */
3206            public void setSubscriptionPersistence(
3207                    SubscriptionPersistence subscriptionPersistence) {
3208                    this.subscriptionPersistence = subscriptionPersistence;
3209            }
3210    
3211            /**
3212             * Returns the team local service.
3213             *
3214             * @return the team local service
3215             */
3216            public TeamLocalService getTeamLocalService() {
3217                    return teamLocalService;
3218            }
3219    
3220            /**
3221             * Sets the team local service.
3222             *
3223             * @param teamLocalService the team local service
3224             */
3225            public void setTeamLocalService(TeamLocalService teamLocalService) {
3226                    this.teamLocalService = teamLocalService;
3227            }
3228    
3229            /**
3230             * Returns the team remote service.
3231             *
3232             * @return the team remote service
3233             */
3234            public TeamService getTeamService() {
3235                    return teamService;
3236            }
3237    
3238            /**
3239             * Sets the team remote service.
3240             *
3241             * @param teamService the team remote service
3242             */
3243            public void setTeamService(TeamService teamService) {
3244                    this.teamService = teamService;
3245            }
3246    
3247            /**
3248             * Returns the team persistence.
3249             *
3250             * @return the team persistence
3251             */
3252            public TeamPersistence getTeamPersistence() {
3253                    return teamPersistence;
3254            }
3255    
3256            /**
3257             * Sets the team persistence.
3258             *
3259             * @param teamPersistence the team persistence
3260             */
3261            public void setTeamPersistence(TeamPersistence teamPersistence) {
3262                    this.teamPersistence = teamPersistence;
3263            }
3264    
3265            /**
3266             * Returns the team finder.
3267             *
3268             * @return the team finder
3269             */
3270            public TeamFinder getTeamFinder() {
3271                    return teamFinder;
3272            }
3273    
3274            /**
3275             * Sets the team finder.
3276             *
3277             * @param teamFinder the team finder
3278             */
3279            public void setTeamFinder(TeamFinder teamFinder) {
3280                    this.teamFinder = teamFinder;
3281            }
3282    
3283            /**
3284             * Returns the theme local service.
3285             *
3286             * @return the theme local service
3287             */
3288            public ThemeLocalService getThemeLocalService() {
3289                    return themeLocalService;
3290            }
3291    
3292            /**
3293             * Sets the theme local service.
3294             *
3295             * @param themeLocalService the theme local service
3296             */
3297            public void setThemeLocalService(ThemeLocalService themeLocalService) {
3298                    this.themeLocalService = themeLocalService;
3299            }
3300    
3301            /**
3302             * Returns the theme remote service.
3303             *
3304             * @return the theme remote service
3305             */
3306            public ThemeService getThemeService() {
3307                    return themeService;
3308            }
3309    
3310            /**
3311             * Sets the theme remote service.
3312             *
3313             * @param themeService the theme remote service
3314             */
3315            public void setThemeService(ThemeService themeService) {
3316                    this.themeService = themeService;
3317            }
3318    
3319            /**
3320             * Returns the ticket local service.
3321             *
3322             * @return the ticket local service
3323             */
3324            public TicketLocalService getTicketLocalService() {
3325                    return ticketLocalService;
3326            }
3327    
3328            /**
3329             * Sets the ticket local service.
3330             *
3331             * @param ticketLocalService the ticket local service
3332             */
3333            public void setTicketLocalService(TicketLocalService ticketLocalService) {
3334                    this.ticketLocalService = ticketLocalService;
3335            }
3336    
3337            /**
3338             * Returns the ticket persistence.
3339             *
3340             * @return the ticket persistence
3341             */
3342            public TicketPersistence getTicketPersistence() {
3343                    return ticketPersistence;
3344            }
3345    
3346            /**
3347             * Sets the ticket persistence.
3348             *
3349             * @param ticketPersistence the ticket persistence
3350             */
3351            public void setTicketPersistence(TicketPersistence ticketPersistence) {
3352                    this.ticketPersistence = ticketPersistence;
3353            }
3354    
3355            /**
3356             * Returns the user local service.
3357             *
3358             * @return the user local service
3359             */
3360            public UserLocalService getUserLocalService() {
3361                    return userLocalService;
3362            }
3363    
3364            /**
3365             * Sets the user local service.
3366             *
3367             * @param userLocalService the user local service
3368             */
3369            public void setUserLocalService(UserLocalService userLocalService) {
3370                    this.userLocalService = userLocalService;
3371            }
3372    
3373            /**
3374             * Returns the user remote service.
3375             *
3376             * @return the user remote service
3377             */
3378            public UserService getUserService() {
3379                    return userService;
3380            }
3381    
3382            /**
3383             * Sets the user remote service.
3384             *
3385             * @param userService the user remote service
3386             */
3387            public void setUserService(UserService userService) {
3388                    this.userService = userService;
3389            }
3390    
3391            /**
3392             * Returns the user persistence.
3393             *
3394             * @return the user persistence
3395             */
3396            public UserPersistence getUserPersistence() {
3397                    return userPersistence;
3398            }
3399    
3400            /**
3401             * Sets the user persistence.
3402             *
3403             * @param userPersistence the user persistence
3404             */
3405            public void setUserPersistence(UserPersistence userPersistence) {
3406                    this.userPersistence = userPersistence;
3407            }
3408    
3409            /**
3410             * Returns the user finder.
3411             *
3412             * @return the user finder
3413             */
3414            public UserFinder getUserFinder() {
3415                    return userFinder;
3416            }
3417    
3418            /**
3419             * Sets the user finder.
3420             *
3421             * @param userFinder the user finder
3422             */
3423            public void setUserFinder(UserFinder userFinder) {
3424                    this.userFinder = userFinder;
3425            }
3426    
3427            /**
3428             * Returns the user group local service.
3429             *
3430             * @return the user group local service
3431             */
3432            public UserGroupLocalService getUserGroupLocalService() {
3433                    return userGroupLocalService;
3434            }
3435    
3436            /**
3437             * Sets the user group local service.
3438             *
3439             * @param userGroupLocalService the user group local service
3440             */
3441            public void setUserGroupLocalService(
3442                    UserGroupLocalService userGroupLocalService) {
3443                    this.userGroupLocalService = userGroupLocalService;
3444            }
3445    
3446            /**
3447             * Returns the user group remote service.
3448             *
3449             * @return the user group remote service
3450             */
3451            public UserGroupService getUserGroupService() {
3452                    return userGroupService;
3453            }
3454    
3455            /**
3456             * Sets the user group remote service.
3457             *
3458             * @param userGroupService the user group remote service
3459             */
3460            public void setUserGroupService(UserGroupService userGroupService) {
3461                    this.userGroupService = userGroupService;
3462            }
3463    
3464            /**
3465             * Returns the user group persistence.
3466             *
3467             * @return the user group persistence
3468             */
3469            public UserGroupPersistence getUserGroupPersistence() {
3470                    return userGroupPersistence;
3471            }
3472    
3473            /**
3474             * Sets the user group persistence.
3475             *
3476             * @param userGroupPersistence the user group persistence
3477             */
3478            public void setUserGroupPersistence(
3479                    UserGroupPersistence userGroupPersistence) {
3480                    this.userGroupPersistence = userGroupPersistence;
3481            }
3482    
3483            /**
3484             * Returns the user group finder.
3485             *
3486             * @return the user group finder
3487             */
3488            public UserGroupFinder getUserGroupFinder() {
3489                    return userGroupFinder;
3490            }
3491    
3492            /**
3493             * Sets the user group finder.
3494             *
3495             * @param userGroupFinder the user group finder
3496             */
3497            public void setUserGroupFinder(UserGroupFinder userGroupFinder) {
3498                    this.userGroupFinder = userGroupFinder;
3499            }
3500    
3501            /**
3502             * Returns the user group group role local service.
3503             *
3504             * @return the user group group role local service
3505             */
3506            public UserGroupGroupRoleLocalService getUserGroupGroupRoleLocalService() {
3507                    return userGroupGroupRoleLocalService;
3508            }
3509    
3510            /**
3511             * Sets the user group group role local service.
3512             *
3513             * @param userGroupGroupRoleLocalService the user group group role local service
3514             */
3515            public void setUserGroupGroupRoleLocalService(
3516                    UserGroupGroupRoleLocalService userGroupGroupRoleLocalService) {
3517                    this.userGroupGroupRoleLocalService = userGroupGroupRoleLocalService;
3518            }
3519    
3520            /**
3521             * Returns the user group group role remote service.
3522             *
3523             * @return the user group group role remote service
3524             */
3525            public UserGroupGroupRoleService getUserGroupGroupRoleService() {
3526                    return userGroupGroupRoleService;
3527            }
3528    
3529            /**
3530             * Sets the user group group role remote service.
3531             *
3532             * @param userGroupGroupRoleService the user group group role remote service
3533             */
3534            public void setUserGroupGroupRoleService(
3535                    UserGroupGroupRoleService userGroupGroupRoleService) {
3536                    this.userGroupGroupRoleService = userGroupGroupRoleService;
3537            }
3538    
3539            /**
3540             * Returns the user group group role persistence.
3541             *
3542             * @return the user group group role persistence
3543             */
3544            public UserGroupGroupRolePersistence getUserGroupGroupRolePersistence() {
3545                    return userGroupGroupRolePersistence;
3546            }
3547    
3548            /**
3549             * Sets the user group group role persistence.
3550             *
3551             * @param userGroupGroupRolePersistence the user group group role persistence
3552             */
3553            public void setUserGroupGroupRolePersistence(
3554                    UserGroupGroupRolePersistence userGroupGroupRolePersistence) {
3555                    this.userGroupGroupRolePersistence = userGroupGroupRolePersistence;
3556            }
3557    
3558            /**
3559             * Returns the user group role local service.
3560             *
3561             * @return the user group role local service
3562             */
3563            public UserGroupRoleLocalService getUserGroupRoleLocalService() {
3564                    return userGroupRoleLocalService;
3565            }
3566    
3567            /**
3568             * Sets the user group role local service.
3569             *
3570             * @param userGroupRoleLocalService the user group role local service
3571             */
3572            public void setUserGroupRoleLocalService(
3573                    UserGroupRoleLocalService userGroupRoleLocalService) {
3574                    this.userGroupRoleLocalService = userGroupRoleLocalService;
3575            }
3576    
3577            /**
3578             * Returns the user group role remote service.
3579             *
3580             * @return the user group role remote service
3581             */
3582            public UserGroupRoleService getUserGroupRoleService() {
3583                    return userGroupRoleService;
3584            }
3585    
3586            /**
3587             * Sets the user group role remote service.
3588             *
3589             * @param userGroupRoleService the user group role remote service
3590             */
3591            public void setUserGroupRoleService(
3592                    UserGroupRoleService userGroupRoleService) {
3593                    this.userGroupRoleService = userGroupRoleService;
3594            }
3595    
3596            /**
3597             * Returns the user group role persistence.
3598             *
3599             * @return the user group role persistence
3600             */
3601            public UserGroupRolePersistence getUserGroupRolePersistence() {
3602                    return userGroupRolePersistence;
3603            }
3604    
3605            /**
3606             * Sets the user group role persistence.
3607             *
3608             * @param userGroupRolePersistence the user group role persistence
3609             */
3610            public void setUserGroupRolePersistence(
3611                    UserGroupRolePersistence userGroupRolePersistence) {
3612                    this.userGroupRolePersistence = userGroupRolePersistence;
3613            }
3614    
3615            /**
3616             * Returns the user group role finder.
3617             *
3618             * @return the user group role finder
3619             */
3620            public UserGroupRoleFinder getUserGroupRoleFinder() {
3621                    return userGroupRoleFinder;
3622            }
3623    
3624            /**
3625             * Sets the user group role finder.
3626             *
3627             * @param userGroupRoleFinder the user group role finder
3628             */
3629            public void setUserGroupRoleFinder(UserGroupRoleFinder userGroupRoleFinder) {
3630                    this.userGroupRoleFinder = userGroupRoleFinder;
3631            }
3632    
3633            /**
3634             * Returns the user ID mapper local service.
3635             *
3636             * @return the user ID mapper local service
3637             */
3638            public UserIdMapperLocalService getUserIdMapperLocalService() {
3639                    return userIdMapperLocalService;
3640            }
3641    
3642            /**
3643             * Sets the user ID mapper local service.
3644             *
3645             * @param userIdMapperLocalService the user ID mapper local service
3646             */
3647            public void setUserIdMapperLocalService(
3648                    UserIdMapperLocalService userIdMapperLocalService) {
3649                    this.userIdMapperLocalService = userIdMapperLocalService;
3650            }
3651    
3652            /**
3653             * Returns the user ID mapper persistence.
3654             *
3655             * @return the user ID mapper persistence
3656             */
3657            public UserIdMapperPersistence getUserIdMapperPersistence() {
3658                    return userIdMapperPersistence;
3659            }
3660    
3661            /**
3662             * Sets the user ID mapper persistence.
3663             *
3664             * @param userIdMapperPersistence the user ID mapper persistence
3665             */
3666            public void setUserIdMapperPersistence(
3667                    UserIdMapperPersistence userIdMapperPersistence) {
3668                    this.userIdMapperPersistence = userIdMapperPersistence;
3669            }
3670    
3671            /**
3672             * Returns the user notification event local service.
3673             *
3674             * @return the user notification event local service
3675             */
3676            public UserNotificationEventLocalService getUserNotificationEventLocalService() {
3677                    return userNotificationEventLocalService;
3678            }
3679    
3680            /**
3681             * Sets the user notification event local service.
3682             *
3683             * @param userNotificationEventLocalService the user notification event local service
3684             */
3685            public void setUserNotificationEventLocalService(
3686                    UserNotificationEventLocalService userNotificationEventLocalService) {
3687                    this.userNotificationEventLocalService = userNotificationEventLocalService;
3688            }
3689    
3690            /**
3691             * Returns the user notification event persistence.
3692             *
3693             * @return the user notification event persistence
3694             */
3695            public UserNotificationEventPersistence getUserNotificationEventPersistence() {
3696                    return userNotificationEventPersistence;
3697            }
3698    
3699            /**
3700             * Sets the user notification event persistence.
3701             *
3702             * @param userNotificationEventPersistence the user notification event persistence
3703             */
3704            public void setUserNotificationEventPersistence(
3705                    UserNotificationEventPersistence userNotificationEventPersistence) {
3706                    this.userNotificationEventPersistence = userNotificationEventPersistence;
3707            }
3708    
3709            /**
3710             * Returns the user tracker local service.
3711             *
3712             * @return the user tracker local service
3713             */
3714            public UserTrackerLocalService getUserTrackerLocalService() {
3715                    return userTrackerLocalService;
3716            }
3717    
3718            /**
3719             * Sets the user tracker local service.
3720             *
3721             * @param userTrackerLocalService the user tracker local service
3722             */
3723            public void setUserTrackerLocalService(
3724                    UserTrackerLocalService userTrackerLocalService) {
3725                    this.userTrackerLocalService = userTrackerLocalService;
3726            }
3727    
3728            /**
3729             * Returns the user tracker persistence.
3730             *
3731             * @return the user tracker persistence
3732             */
3733            public UserTrackerPersistence getUserTrackerPersistence() {
3734                    return userTrackerPersistence;
3735            }
3736    
3737            /**
3738             * Sets the user tracker persistence.
3739             *
3740             * @param userTrackerPersistence the user tracker persistence
3741             */
3742            public void setUserTrackerPersistence(
3743                    UserTrackerPersistence userTrackerPersistence) {
3744                    this.userTrackerPersistence = userTrackerPersistence;
3745            }
3746    
3747            /**
3748             * Returns the user tracker path local service.
3749             *
3750             * @return the user tracker path local service
3751             */
3752            public UserTrackerPathLocalService getUserTrackerPathLocalService() {
3753                    return userTrackerPathLocalService;
3754            }
3755    
3756            /**
3757             * Sets the user tracker path local service.
3758             *
3759             * @param userTrackerPathLocalService the user tracker path local service
3760             */
3761            public void setUserTrackerPathLocalService(
3762                    UserTrackerPathLocalService userTrackerPathLocalService) {
3763                    this.userTrackerPathLocalService = userTrackerPathLocalService;
3764            }
3765    
3766            /**
3767             * Returns the user tracker path persistence.
3768             *
3769             * @return the user tracker path persistence
3770             */
3771            public UserTrackerPathPersistence getUserTrackerPathPersistence() {
3772                    return userTrackerPathPersistence;
3773            }
3774    
3775            /**
3776             * Sets the user tracker path persistence.
3777             *
3778             * @param userTrackerPathPersistence the user tracker path persistence
3779             */
3780            public void setUserTrackerPathPersistence(
3781                    UserTrackerPathPersistence userTrackerPathPersistence) {
3782                    this.userTrackerPathPersistence = userTrackerPathPersistence;
3783            }
3784    
3785            /**
3786             * Returns the virtual host local service.
3787             *
3788             * @return the virtual host local service
3789             */
3790            public VirtualHostLocalService getVirtualHostLocalService() {
3791                    return virtualHostLocalService;
3792            }
3793    
3794            /**
3795             * Sets the virtual host local service.
3796             *
3797             * @param virtualHostLocalService the virtual host local service
3798             */
3799            public void setVirtualHostLocalService(
3800                    VirtualHostLocalService virtualHostLocalService) {
3801                    this.virtualHostLocalService = virtualHostLocalService;
3802            }
3803    
3804            /**
3805             * Returns the virtual host persistence.
3806             *
3807             * @return the virtual host persistence
3808             */
3809            public VirtualHostPersistence getVirtualHostPersistence() {
3810                    return virtualHostPersistence;
3811            }
3812    
3813            /**
3814             * Sets the virtual host persistence.
3815             *
3816             * @param virtualHostPersistence the virtual host persistence
3817             */
3818            public void setVirtualHostPersistence(
3819                    VirtualHostPersistence virtualHostPersistence) {
3820                    this.virtualHostPersistence = virtualHostPersistence;
3821            }
3822    
3823            /**
3824             * Returns the web d a v props local service.
3825             *
3826             * @return the web d a v props local service
3827             */
3828            public WebDAVPropsLocalService getWebDAVPropsLocalService() {
3829                    return webDAVPropsLocalService;
3830            }
3831    
3832            /**
3833             * Sets the web d a v props local service.
3834             *
3835             * @param webDAVPropsLocalService the web d a v props local service
3836             */
3837            public void setWebDAVPropsLocalService(
3838                    WebDAVPropsLocalService webDAVPropsLocalService) {
3839                    this.webDAVPropsLocalService = webDAVPropsLocalService;
3840            }
3841    
3842            /**
3843             * Returns the web d a v props persistence.
3844             *
3845             * @return the web d a v props persistence
3846             */
3847            public WebDAVPropsPersistence getWebDAVPropsPersistence() {
3848                    return webDAVPropsPersistence;
3849            }
3850    
3851            /**
3852             * Sets the web d a v props persistence.
3853             *
3854             * @param webDAVPropsPersistence the web d a v props persistence
3855             */
3856            public void setWebDAVPropsPersistence(
3857                    WebDAVPropsPersistence webDAVPropsPersistence) {
3858                    this.webDAVPropsPersistence = webDAVPropsPersistence;
3859            }
3860    
3861            /**
3862             * Returns the website local service.
3863             *
3864             * @return the website local service
3865             */
3866            public WebsiteLocalService getWebsiteLocalService() {
3867                    return websiteLocalService;
3868            }
3869    
3870            /**
3871             * Sets the website local service.
3872             *
3873             * @param websiteLocalService the website local service
3874             */
3875            public void setWebsiteLocalService(WebsiteLocalService websiteLocalService) {
3876                    this.websiteLocalService = websiteLocalService;
3877            }
3878    
3879            /**
3880             * Returns the website remote service.
3881             *
3882             * @return the website remote service
3883             */
3884            public WebsiteService getWebsiteService() {
3885                    return websiteService;
3886            }
3887    
3888            /**
3889             * Sets the website remote service.
3890             *
3891             * @param websiteService the website remote service
3892             */
3893            public void setWebsiteService(WebsiteService websiteService) {
3894                    this.websiteService = websiteService;
3895            }
3896    
3897            /**
3898             * Returns the website persistence.
3899             *
3900             * @return the website persistence
3901             */
3902            public WebsitePersistence getWebsitePersistence() {
3903                    return websitePersistence;
3904            }
3905    
3906            /**
3907             * Sets the website persistence.
3908             *
3909             * @param websitePersistence the website persistence
3910             */
3911            public void setWebsitePersistence(WebsitePersistence websitePersistence) {
3912                    this.websitePersistence = websitePersistence;
3913            }
3914    
3915            /**
3916             * Returns the workflow definition link local service.
3917             *
3918             * @return the workflow definition link local service
3919             */
3920            public WorkflowDefinitionLinkLocalService getWorkflowDefinitionLinkLocalService() {
3921                    return workflowDefinitionLinkLocalService;
3922            }
3923    
3924            /**
3925             * Sets the workflow definition link local service.
3926             *
3927             * @param workflowDefinitionLinkLocalService the workflow definition link local service
3928             */
3929            public void setWorkflowDefinitionLinkLocalService(
3930                    WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService) {
3931                    this.workflowDefinitionLinkLocalService = workflowDefinitionLinkLocalService;
3932            }
3933    
3934            /**
3935             * Returns the workflow definition link persistence.
3936             *
3937             * @return the workflow definition link persistence
3938             */
3939            public WorkflowDefinitionLinkPersistence getWorkflowDefinitionLinkPersistence() {
3940                    return workflowDefinitionLinkPersistence;
3941            }
3942    
3943            /**
3944             * Sets the workflow definition link persistence.
3945             *
3946             * @param workflowDefinitionLinkPersistence the workflow definition link persistence
3947             */
3948            public void setWorkflowDefinitionLinkPersistence(
3949                    WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence) {
3950                    this.workflowDefinitionLinkPersistence = workflowDefinitionLinkPersistence;
3951            }
3952    
3953            /**
3954             * Returns the workflow instance link local service.
3955             *
3956             * @return the workflow instance link local service
3957             */
3958            public WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService() {
3959                    return workflowInstanceLinkLocalService;
3960            }
3961    
3962            /**
3963             * Sets the workflow instance link local service.
3964             *
3965             * @param workflowInstanceLinkLocalService the workflow instance link local service
3966             */
3967            public void setWorkflowInstanceLinkLocalService(
3968                    WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService) {
3969                    this.workflowInstanceLinkLocalService = workflowInstanceLinkLocalService;
3970            }
3971    
3972            /**
3973             * Returns the workflow instance link persistence.
3974             *
3975             * @return the workflow instance link persistence
3976             */
3977            public WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence() {
3978                    return workflowInstanceLinkPersistence;
3979            }
3980    
3981            /**
3982             * Sets the workflow instance link persistence.
3983             *
3984             * @param workflowInstanceLinkPersistence the workflow instance link persistence
3985             */
3986            public void setWorkflowInstanceLinkPersistence(
3987                    WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence) {
3988                    this.workflowInstanceLinkPersistence = workflowInstanceLinkPersistence;
3989            }
3990    
3991            /**
3992             * Returns the counter local service.
3993             *
3994             * @return the counter local service
3995             */
3996            public CounterLocalService getCounterLocalService() {
3997                    return counterLocalService;
3998            }
3999    
4000            /**
4001             * Sets the counter local service.
4002             *
4003             * @param counterLocalService the counter local service
4004             */
4005            public void setCounterLocalService(CounterLocalService counterLocalService) {
4006                    this.counterLocalService = counterLocalService;
4007            }
4008    
4009            /**
4010             * Returns the mail remote service.
4011             *
4012             * @return the mail remote service
4013             */
4014            public MailService getMailService() {
4015                    return mailService;
4016            }
4017    
4018            /**
4019             * Sets the mail remote service.
4020             *
4021             * @param mailService the mail remote service
4022             */
4023            public void setMailService(MailService mailService) {
4024                    this.mailService = mailService;
4025            }
4026    
4027            public void afterPropertiesSet() {
4028                    persistedModelLocalServiceRegistry.register("com.liferay.portal.model.MembershipRequest",
4029                            membershipRequestLocalService);
4030            }
4031    
4032            public void destroy() {
4033                    persistedModelLocalServiceRegistry.unregister(
4034                            "com.liferay.portal.model.MembershipRequest");
4035            }
4036    
4037            /**
4038             * Returns the Spring bean ID for this bean.
4039             *
4040             * @return the Spring bean ID for this bean
4041             */
4042            public String getBeanIdentifier() {
4043                    return _beanIdentifier;
4044            }
4045    
4046            /**
4047             * Sets the Spring bean ID for this bean.
4048             *
4049             * @param beanIdentifier the Spring bean ID for this bean
4050             */
4051            public void setBeanIdentifier(String beanIdentifier) {
4052                    _beanIdentifier = beanIdentifier;
4053            }
4054    
4055            protected ClassLoader getClassLoader() {
4056                    Class<?> clazz = getClass();
4057    
4058                    return clazz.getClassLoader();
4059            }
4060    
4061            protected Class<?> getModelClass() {
4062                    return MembershipRequest.class;
4063            }
4064    
4065            protected String getModelClassName() {
4066                    return MembershipRequest.class.getName();
4067            }
4068    
4069            /**
4070             * Performs an SQL query.
4071             *
4072             * @param sql the sql query
4073             */
4074            protected void runSQL(String sql) throws SystemException {
4075                    try {
4076                            DataSource dataSource = membershipRequestPersistence.getDataSource();
4077    
4078                            SqlUpdate sqlUpdate = SqlUpdateFactoryUtil.getSqlUpdate(dataSource,
4079                                            sql, new int[0]);
4080    
4081                            sqlUpdate.update();
4082                    }
4083                    catch (Exception e) {
4084                            throw new SystemException(e);
4085                    }
4086            }
4087    
4088            @BeanReference(type = AccountLocalService.class)
4089            protected AccountLocalService accountLocalService;
4090            @BeanReference(type = AccountService.class)
4091            protected AccountService accountService;
4092            @BeanReference(type = AccountPersistence.class)
4093            protected AccountPersistence accountPersistence;
4094            @BeanReference(type = AddressLocalService.class)
4095            protected AddressLocalService addressLocalService;
4096            @BeanReference(type = AddressService.class)
4097            protected AddressService addressService;
4098            @BeanReference(type = AddressPersistence.class)
4099            protected AddressPersistence addressPersistence;
4100            @BeanReference(type = BrowserTrackerLocalService.class)
4101            protected BrowserTrackerLocalService browserTrackerLocalService;
4102            @BeanReference(type = BrowserTrackerPersistence.class)
4103            protected BrowserTrackerPersistence browserTrackerPersistence;
4104            @BeanReference(type = ClassNameLocalService.class)
4105            protected ClassNameLocalService classNameLocalService;
4106            @BeanReference(type = ClassNameService.class)
4107            protected ClassNameService classNameService;
4108            @BeanReference(type = ClassNamePersistence.class)
4109            protected ClassNamePersistence classNamePersistence;
4110            @BeanReference(type = ClusterGroupLocalService.class)
4111            protected ClusterGroupLocalService clusterGroupLocalService;
4112            @BeanReference(type = ClusterGroupPersistence.class)
4113            protected ClusterGroupPersistence clusterGroupPersistence;
4114            @BeanReference(type = CMISRepositoryLocalService.class)
4115            protected CMISRepositoryLocalService cmisRepositoryLocalService;
4116            @BeanReference(type = CompanyLocalService.class)
4117            protected CompanyLocalService companyLocalService;
4118            @BeanReference(type = CompanyService.class)
4119            protected CompanyService companyService;
4120            @BeanReference(type = CompanyPersistence.class)
4121            protected CompanyPersistence companyPersistence;
4122            @BeanReference(type = ContactLocalService.class)
4123            protected ContactLocalService contactLocalService;
4124            @BeanReference(type = ContactService.class)
4125            protected ContactService contactService;
4126            @BeanReference(type = ContactPersistence.class)
4127            protected ContactPersistence contactPersistence;
4128            @BeanReference(type = CountryService.class)
4129            protected CountryService countryService;
4130            @BeanReference(type = CountryPersistence.class)
4131            protected CountryPersistence countryPersistence;
4132            @BeanReference(type = EmailAddressLocalService.class)
4133            protected EmailAddressLocalService emailAddressLocalService;
4134            @BeanReference(type = EmailAddressService.class)
4135            protected EmailAddressService emailAddressService;
4136            @BeanReference(type = EmailAddressPersistence.class)
4137            protected EmailAddressPersistence emailAddressPersistence;
4138            @BeanReference(type = GroupLocalService.class)
4139            protected GroupLocalService groupLocalService;
4140            @BeanReference(type = GroupService.class)
4141            protected GroupService groupService;
4142            @BeanReference(type = GroupPersistence.class)
4143            protected GroupPersistence groupPersistence;
4144            @BeanReference(type = GroupFinder.class)
4145            protected GroupFinder groupFinder;
4146            @BeanReference(type = ImageLocalService.class)
4147            protected ImageLocalService imageLocalService;
4148            @BeanReference(type = ImageService.class)
4149            protected ImageService imageService;
4150            @BeanReference(type = ImagePersistence.class)
4151            protected ImagePersistence imagePersistence;
4152            @BeanReference(type = LayoutLocalService.class)
4153            protected LayoutLocalService layoutLocalService;
4154            @BeanReference(type = LayoutService.class)
4155            protected LayoutService layoutService;
4156            @BeanReference(type = LayoutPersistence.class)
4157            protected LayoutPersistence layoutPersistence;
4158            @BeanReference(type = LayoutFinder.class)
4159            protected LayoutFinder layoutFinder;
4160            @BeanReference(type = LayoutBranchLocalService.class)
4161            protected LayoutBranchLocalService layoutBranchLocalService;
4162            @BeanReference(type = LayoutBranchService.class)
4163            protected LayoutBranchService layoutBranchService;
4164            @BeanReference(type = LayoutBranchPersistence.class)
4165            protected LayoutBranchPersistence layoutBranchPersistence;
4166            @BeanReference(type = LayoutPrototypeLocalService.class)
4167            protected LayoutPrototypeLocalService layoutPrototypeLocalService;
4168            @BeanReference(type = LayoutPrototypeService.class)
4169            protected LayoutPrototypeService layoutPrototypeService;
4170            @BeanReference(type = LayoutPrototypePersistence.class)
4171            protected LayoutPrototypePersistence layoutPrototypePersistence;
4172            @BeanReference(type = LayoutRevisionLocalService.class)
4173            protected LayoutRevisionLocalService layoutRevisionLocalService;
4174            @BeanReference(type = LayoutRevisionService.class)
4175            protected LayoutRevisionService layoutRevisionService;
4176            @BeanReference(type = LayoutRevisionPersistence.class)
4177            protected LayoutRevisionPersistence layoutRevisionPersistence;
4178            @BeanReference(type = LayoutSetLocalService.class)
4179            protected LayoutSetLocalService layoutSetLocalService;
4180            @BeanReference(type = LayoutSetService.class)
4181            protected LayoutSetService layoutSetService;
4182            @BeanReference(type = LayoutSetPersistence.class)
4183            protected LayoutSetPersistence layoutSetPersistence;
4184            @BeanReference(type = LayoutSetBranchLocalService.class)
4185            protected LayoutSetBranchLocalService layoutSetBranchLocalService;
4186            @BeanReference(type = LayoutSetBranchService.class)
4187            protected LayoutSetBranchService layoutSetBranchService;
4188            @BeanReference(type = LayoutSetBranchPersistence.class)
4189            protected LayoutSetBranchPersistence layoutSetBranchPersistence;
4190            @BeanReference(type = LayoutSetBranchFinder.class)
4191            protected LayoutSetBranchFinder layoutSetBranchFinder;
4192            @BeanReference(type = LayoutSetPrototypeLocalService.class)
4193            protected LayoutSetPrototypeLocalService layoutSetPrototypeLocalService;
4194            @BeanReference(type = LayoutSetPrototypeService.class)
4195            protected LayoutSetPrototypeService layoutSetPrototypeService;
4196            @BeanReference(type = LayoutSetPrototypePersistence.class)
4197            protected LayoutSetPrototypePersistence layoutSetPrototypePersistence;
4198            @BeanReference(type = LayoutTemplateLocalService.class)
4199            protected LayoutTemplateLocalService layoutTemplateLocalService;
4200            @BeanReference(type = ListTypeService.class)
4201            protected ListTypeService listTypeService;
4202            @BeanReference(type = ListTypePersistence.class)
4203            protected ListTypePersistence listTypePersistence;
4204            @BeanReference(type = LockLocalService.class)
4205            protected LockLocalService lockLocalService;
4206            @BeanReference(type = LockPersistence.class)
4207            protected LockPersistence lockPersistence;
4208            @BeanReference(type = LockFinder.class)
4209            protected LockFinder lockFinder;
4210            @BeanReference(type = MembershipRequestLocalService.class)
4211            protected MembershipRequestLocalService membershipRequestLocalService;
4212            @BeanReference(type = MembershipRequestService.class)
4213            protected MembershipRequestService membershipRequestService;
4214            @BeanReference(type = MembershipRequestPersistence.class)
4215            protected MembershipRequestPersistence membershipRequestPersistence;
4216            @BeanReference(type = OrganizationLocalService.class)
4217            protected OrganizationLocalService organizationLocalService;
4218            @BeanReference(type = OrganizationService.class)
4219            protected OrganizationService organizationService;
4220            @BeanReference(type = OrganizationPersistence.class)
4221            protected OrganizationPersistence organizationPersistence;
4222            @BeanReference(type = OrganizationFinder.class)
4223            protected OrganizationFinder organizationFinder;
4224            @BeanReference(type = OrgGroupPermissionPersistence.class)
4225            protected OrgGroupPermissionPersistence orgGroupPermissionPersistence;
4226            @BeanReference(type = OrgGroupPermissionFinder.class)
4227            protected OrgGroupPermissionFinder orgGroupPermissionFinder;
4228            @BeanReference(type = OrgGroupRolePersistence.class)
4229            protected OrgGroupRolePersistence orgGroupRolePersistence;
4230            @BeanReference(type = OrgLaborLocalService.class)
4231            protected OrgLaborLocalService orgLaborLocalService;
4232            @BeanReference(type = OrgLaborService.class)
4233            protected OrgLaborService orgLaborService;
4234            @BeanReference(type = OrgLaborPersistence.class)
4235            protected OrgLaborPersistence orgLaborPersistence;
4236            @BeanReference(type = PasswordPolicyLocalService.class)
4237            protected PasswordPolicyLocalService passwordPolicyLocalService;
4238            @BeanReference(type = PasswordPolicyService.class)
4239            protected PasswordPolicyService passwordPolicyService;
4240            @BeanReference(type = PasswordPolicyPersistence.class)
4241            protected PasswordPolicyPersistence passwordPolicyPersistence;
4242            @BeanReference(type = PasswordPolicyFinder.class)
4243            protected PasswordPolicyFinder passwordPolicyFinder;
4244            @BeanReference(type = PasswordPolicyRelLocalService.class)
4245            protected PasswordPolicyRelLocalService passwordPolicyRelLocalService;
4246            @BeanReference(type = PasswordPolicyRelPersistence.class)
4247            protected PasswordPolicyRelPersistence passwordPolicyRelPersistence;
4248            @BeanReference(type = PasswordTrackerLocalService.class)
4249            protected PasswordTrackerLocalService passwordTrackerLocalService;
4250            @BeanReference(type = PasswordTrackerPersistence.class)
4251            protected PasswordTrackerPersistence passwordTrackerPersistence;
4252            @BeanReference(type = PermissionLocalService.class)
4253            protected PermissionLocalService permissionLocalService;
4254            @BeanReference(type = PermissionService.class)
4255            protected PermissionService permissionService;
4256            @BeanReference(type = PermissionPersistence.class)
4257            protected PermissionPersistence permissionPersistence;
4258            @BeanReference(type = PermissionFinder.class)
4259            protected PermissionFinder permissionFinder;
4260            @BeanReference(type = PhoneLocalService.class)
4261            protected PhoneLocalService phoneLocalService;
4262            @BeanReference(type = PhoneService.class)
4263            protected PhoneService phoneService;
4264            @BeanReference(type = PhonePersistence.class)
4265            protected PhonePersistence phonePersistence;
4266            @BeanReference(type = PluginSettingLocalService.class)
4267            protected PluginSettingLocalService pluginSettingLocalService;
4268            @BeanReference(type = PluginSettingService.class)
4269            protected PluginSettingService pluginSettingService;
4270            @BeanReference(type = PluginSettingPersistence.class)
4271            protected PluginSettingPersistence pluginSettingPersistence;
4272            @BeanReference(type = PortalLocalService.class)
4273            protected PortalLocalService portalLocalService;
4274            @BeanReference(type = PortalService.class)
4275            protected PortalService portalService;
4276            @BeanReference(type = PortalPreferencesLocalService.class)
4277            protected PortalPreferencesLocalService portalPreferencesLocalService;
4278            @BeanReference(type = PortalPreferencesPersistence.class)
4279            protected PortalPreferencesPersistence portalPreferencesPersistence;
4280            @BeanReference(type = PortletLocalService.class)
4281            protected PortletLocalService portletLocalService;
4282            @BeanReference(type = PortletService.class)
4283            protected PortletService portletService;
4284            @BeanReference(type = PortletPersistence.class)
4285            protected PortletPersistence portletPersistence;
4286            @BeanReference(type = PortletItemLocalService.class)
4287            protected PortletItemLocalService portletItemLocalService;
4288            @BeanReference(type = PortletItemPersistence.class)
4289            protected PortletItemPersistence portletItemPersistence;
4290            @BeanReference(type = PortletPreferencesLocalService.class)
4291            protected PortletPreferencesLocalService portletPreferencesLocalService;
4292            @BeanReference(type = PortletPreferencesService.class)
4293            protected PortletPreferencesService portletPreferencesService;
4294            @BeanReference(type = PortletPreferencesPersistence.class)
4295            protected PortletPreferencesPersistence portletPreferencesPersistence;
4296            @BeanReference(type = PortletPreferencesFinder.class)
4297            protected PortletPreferencesFinder portletPreferencesFinder;
4298            @BeanReference(type = QuartzLocalService.class)
4299            protected QuartzLocalService quartzLocalService;
4300            @BeanReference(type = RegionService.class)
4301            protected RegionService regionService;
4302            @BeanReference(type = RegionPersistence.class)
4303            protected RegionPersistence regionPersistence;
4304            @BeanReference(type = ReleaseLocalService.class)
4305            protected ReleaseLocalService releaseLocalService;
4306            @BeanReference(type = ReleasePersistence.class)
4307            protected ReleasePersistence releasePersistence;
4308            @BeanReference(type = RepositoryLocalService.class)
4309            protected RepositoryLocalService repositoryLocalService;
4310            @BeanReference(type = RepositoryService.class)
4311            protected RepositoryService repositoryService;
4312            @BeanReference(type = RepositoryPersistence.class)
4313            protected RepositoryPersistence repositoryPersistence;
4314            @BeanReference(type = RepositoryEntryLocalService.class)
4315            protected RepositoryEntryLocalService repositoryEntryLocalService;
4316            @BeanReference(type = RepositoryEntryPersistence.class)
4317            protected RepositoryEntryPersistence repositoryEntryPersistence;
4318            @BeanReference(type = ResourceLocalService.class)
4319            protected ResourceLocalService resourceLocalService;
4320            @BeanReference(type = ResourceService.class)
4321            protected ResourceService resourceService;
4322            @BeanReference(type = ResourcePersistence.class)
4323            protected ResourcePersistence resourcePersistence;
4324            @BeanReference(type = ResourceFinder.class)
4325            protected ResourceFinder resourceFinder;
4326            @BeanReference(type = ResourceActionLocalService.class)
4327            protected ResourceActionLocalService resourceActionLocalService;
4328            @BeanReference(type = ResourceActionPersistence.class)
4329            protected ResourceActionPersistence resourceActionPersistence;
4330            @BeanReference(type = ResourceBlockLocalService.class)
4331            protected ResourceBlockLocalService resourceBlockLocalService;
4332            @BeanReference(type = ResourceBlockService.class)
4333            protected ResourceBlockService resourceBlockService;
4334            @BeanReference(type = ResourceBlockPersistence.class)
4335            protected ResourceBlockPersistence resourceBlockPersistence;
4336            @BeanReference(type = ResourceBlockFinder.class)
4337            protected ResourceBlockFinder resourceBlockFinder;
4338            @BeanReference(type = ResourceBlockPermissionLocalService.class)
4339            protected ResourceBlockPermissionLocalService resourceBlockPermissionLocalService;
4340            @BeanReference(type = ResourceBlockPermissionPersistence.class)
4341            protected ResourceBlockPermissionPersistence resourceBlockPermissionPersistence;
4342            @BeanReference(type = ResourceCodeLocalService.class)
4343            protected ResourceCodeLocalService resourceCodeLocalService;
4344            @BeanReference(type = ResourceCodePersistence.class)
4345            protected ResourceCodePersistence resourceCodePersistence;
4346            @BeanReference(type = ResourcePermissionLocalService.class)
4347            protected ResourcePermissionLocalService resourcePermissionLocalService;
4348            @BeanReference(type = ResourcePermissionService.class)
4349            protected ResourcePermissionService resourcePermissionService;
4350            @BeanReference(type = ResourcePermissionPersistence.class)
4351            protected ResourcePermissionPersistence resourcePermissionPersistence;
4352            @BeanReference(type = ResourcePermissionFinder.class)
4353            protected ResourcePermissionFinder resourcePermissionFinder;
4354            @BeanReference(type = ResourceTypePermissionLocalService.class)
4355            protected ResourceTypePermissionLocalService resourceTypePermissionLocalService;
4356            @BeanReference(type = ResourceTypePermissionPersistence.class)
4357            protected ResourceTypePermissionPersistence resourceTypePermissionPersistence;
4358            @BeanReference(type = ResourceTypePermissionFinder.class)
4359            protected ResourceTypePermissionFinder resourceTypePermissionFinder;
4360            @BeanReference(type = RoleLocalService.class)
4361            protected RoleLocalService roleLocalService;
4362            @BeanReference(type = RoleService.class)
4363            protected RoleService roleService;
4364            @BeanReference(type = RolePersistence.class)
4365            protected RolePersistence rolePersistence;
4366            @BeanReference(type = RoleFinder.class)
4367            protected RoleFinder roleFinder;
4368            @BeanReference(type = ServiceComponentLocalService.class)
4369            protected ServiceComponentLocalService serviceComponentLocalService;
4370            @BeanReference(type = ServiceComponentPersistence.class)
4371            protected ServiceComponentPersistence serviceComponentPersistence;
4372            @BeanReference(type = ShardLocalService.class)
4373            protected ShardLocalService shardLocalService;
4374            @BeanReference(type = ShardPersistence.class)
4375            protected ShardPersistence shardPersistence;
4376            @BeanReference(type = SubscriptionLocalService.class)
4377            protected SubscriptionLocalService subscriptionLocalService;
4378            @BeanReference(type = SubscriptionPersistence.class)
4379            protected SubscriptionPersistence subscriptionPersistence;
4380            @BeanReference(type = TeamLocalService.class)
4381            protected TeamLocalService teamLocalService;
4382            @BeanReference(type = TeamService.class)
4383            protected TeamService teamService;
4384            @BeanReference(type = TeamPersistence.class)
4385            protected TeamPersistence teamPersistence;
4386            @BeanReference(type = TeamFinder.class)
4387            protected TeamFinder teamFinder;
4388            @BeanReference(type = ThemeLocalService.class)
4389            protected ThemeLocalService themeLocalService;
4390            @BeanReference(type = ThemeService.class)
4391            protected ThemeService themeService;
4392            @BeanReference(type = TicketLocalService.class)
4393            protected TicketLocalService ticketLocalService;
4394            @BeanReference(type = TicketPersistence.class)
4395            protected TicketPersistence ticketPersistence;
4396            @BeanReference(type = UserLocalService.class)
4397            protected UserLocalService userLocalService;
4398            @BeanReference(type = UserService.class)
4399            protected UserService userService;
4400            @BeanReference(type = UserPersistence.class)
4401            protected UserPersistence userPersistence;
4402            @BeanReference(type = UserFinder.class)
4403            protected UserFinder userFinder;
4404            @BeanReference(type = UserGroupLocalService.class)
4405            protected UserGroupLocalService userGroupLocalService;
4406            @BeanReference(type = UserGroupService.class)
4407            protected UserGroupService userGroupService;
4408            @BeanReference(type = UserGroupPersistence.class)
4409            protected UserGroupPersistence userGroupPersistence;
4410            @BeanReference(type = UserGroupFinder.class)
4411            protected UserGroupFinder userGroupFinder;
4412            @BeanReference(type = UserGroupGroupRoleLocalService.class)
4413            protected UserGroupGroupRoleLocalService userGroupGroupRoleLocalService;
4414            @BeanReference(type = UserGroupGroupRoleService.class)
4415            protected UserGroupGroupRoleService userGroupGroupRoleService;
4416            @BeanReference(type = UserGroupGroupRolePersistence.class)
4417            protected UserGroupGroupRolePersistence userGroupGroupRolePersistence;
4418            @BeanReference(type = UserGroupRoleLocalService.class)
4419            protected UserGroupRoleLocalService userGroupRoleLocalService;
4420            @BeanReference(type = UserGroupRoleService.class)
4421            protected UserGroupRoleService userGroupRoleService;
4422            @BeanReference(type = UserGroupRolePersistence.class)
4423            protected UserGroupRolePersistence userGroupRolePersistence;
4424            @BeanReference(type = UserGroupRoleFinder.class)
4425            protected UserGroupRoleFinder userGroupRoleFinder;
4426            @BeanReference(type = UserIdMapperLocalService.class)
4427            protected UserIdMapperLocalService userIdMapperLocalService;
4428            @BeanReference(type = UserIdMapperPersistence.class)
4429            protected UserIdMapperPersistence userIdMapperPersistence;
4430            @BeanReference(type = UserNotificationEventLocalService.class)
4431            protected UserNotificationEventLocalService userNotificationEventLocalService;
4432            @BeanReference(type = UserNotificationEventPersistence.class)
4433            protected UserNotificationEventPersistence userNotificationEventPersistence;
4434            @BeanReference(type = UserTrackerLocalService.class)
4435            protected UserTrackerLocalService userTrackerLocalService;
4436            @BeanReference(type = UserTrackerPersistence.class)
4437            protected UserTrackerPersistence userTrackerPersistence;
4438            @BeanReference(type = UserTrackerPathLocalService.class)
4439            protected UserTrackerPathLocalService userTrackerPathLocalService;
4440            @BeanReference(type = UserTrackerPathPersistence.class)
4441            protected UserTrackerPathPersistence userTrackerPathPersistence;
4442            @BeanReference(type = VirtualHostLocalService.class)
4443            protected VirtualHostLocalService virtualHostLocalService;
4444            @BeanReference(type = VirtualHostPersistence.class)
4445            protected VirtualHostPersistence virtualHostPersistence;
4446            @BeanReference(type = WebDAVPropsLocalService.class)
4447            protected WebDAVPropsLocalService webDAVPropsLocalService;
4448            @BeanReference(type = WebDAVPropsPersistence.class)
4449            protected WebDAVPropsPersistence webDAVPropsPersistence;
4450            @BeanReference(type = WebsiteLocalService.class)
4451            protected WebsiteLocalService websiteLocalService;
4452            @BeanReference(type = WebsiteService.class)
4453            protected WebsiteService websiteService;
4454            @BeanReference(type = WebsitePersistence.class)
4455            protected WebsitePersistence websitePersistence;
4456            @BeanReference(type = WorkflowDefinitionLinkLocalService.class)
4457            protected WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService;
4458            @BeanReference(type = WorkflowDefinitionLinkPersistence.class)
4459            protected WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence;
4460            @BeanReference(type = WorkflowInstanceLinkLocalService.class)
4461            protected WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService;
4462            @BeanReference(type = WorkflowInstanceLinkPersistence.class)
4463            protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence;
4464            @BeanReference(type = CounterLocalService.class)
4465            protected CounterLocalService counterLocalService;
4466            @BeanReference(type = MailService.class)
4467            protected MailService mailService;
4468            @BeanReference(type = PersistedModelLocalServiceRegistry.class)
4469            protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry;
4470            private static Log _log = LogFactoryUtil.getLog(MembershipRequestLocalServiceBaseImpl.class);
4471            private String _beanIdentifier;
4472    }