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