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